Method: Array#constant

Defined in:
lib/HDLRuby/hruby_high.rb

#constant(hsh) ⇒ Object

Declares high-level inner constants named from +hsh+ with names and corresponding values.



4092
4093
4094
# File 'lib/HDLRuby/hruby_high.rb', line 4092

def constant(hsh)
    High.top_user.make_constants(self.to_type,hsh)
end