Method: HDLRuby::High::Print#init_sim
- Defined in:
- lib/HDLRuby/hruby_rsim.rb
#init_sim(systemT) ⇒ Object
Initialize the simulation for system +systemT+.
820 821 822 |
# File 'lib/HDLRuby/hruby_rsim.rb', line 820 def init_sim(systemT) @sim = systemT end |