Method: HDLRuby::High::Print#get_vars_with_idstr
- Defined in:
- lib/HDLRuby/hruby_rsim_vcd.rb
#get_vars_with_idstr(vars_with_idstr = {}) ⇒ Object
Gets the VCD variables with their id string.
380 381 382 |
# File 'lib/HDLRuby/hruby_rsim_vcd.rb', line 380 def get_vars_with_idstr(vars_with_idstr = {}) # By default: nothing to do end |