Method: HDLRuby::High::Print#get_vars_with_fullname
- Defined in:
- lib/HDLRuby/hruby_rsim_vcd.rb
#get_vars_with_fullname(vars_with_fullname = {}) ⇒ Object
Gets the VCD variables with their long name.
375 376 377 |
# File 'lib/HDLRuby/hruby_rsim_vcd.rb', line 375 def get_vars_with_fullname(vars_with_fullname = {}) # By default: nothing to do end |