Module: HDLRuby::High::HbasicType

Extended by:
Forwardable
Defined in:
lib/HDLRuby/hruby_high.rb

Overview

Module providing the properties of a basic type. NOTE: requires method 'to_low' to be defined.

Instance Method Summary collapse

Instance Method Details

#baseObject

Get the base type, actually self for leaf types.



1772
1773
1774
# File 'lib/HDLRuby/hruby_high.rb', line 1772

def base
    self
end