Method: HDLRuby::High::Std#configure_clocks
- Defined in:
- lib/HDLRuby/std/clocks.rb
#configure_clocks(rst = nil) ⇒ Object
Initialize the clock generator with +rst+ as reset signal.
10 11 12 |
# File 'lib/HDLRuby/std/clocks.rb', line 10 def configure_clocks(rst = nil) @@__clocks_rst = rst end |