Method: Array#input

Defined in:
lib/HDLRuby/hruby_high.rb

#input(*names) ⇒ Object

Declares high-level input signals named +names+ of the current type.



3911
3912
3913
# File 'lib/HDLRuby/hruby_high.rb', line 3911

def input(*names)
    High.top_user.make_inputs(self.to_type,*names)
end