Class: HDLRuby::Low::Fixnum

Inherits:
Object
  • Object
show all
Defined in:
lib/HDLRuby/hruby_verilog.rb

Overview

For allocating numbers at structure declaration. (temporary)

Instance Method Summary collapse

Instance Method Details

#to_verilogObject



29
30
31
# File 'lib/HDLRuby/hruby_verilog.rb', line 29

def to_verilog
    to_s
end