module HDLRuby::High::HbasicType

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

Public Instance Methods

base() click to toggle source

Get the base type, actually self for leaf types.

# File lib/HDLRuby/hruby_high.rb, line 1567
def base
    self
end