Class: RTL::Sig
Instance Attribute Summary
Attributes inherited from Port
#circuit, #dir, #fanout, #name, #properties
Instance Method Summary collapse
-
#initialize(name) ⇒ Sig
constructor
A new instance of Sig.
Methods inherited from Port
Constructor Details
#initialize(name) ⇒ Sig
Returns a new instance of Sig.
119 120 121 |
# File 'lib/rtl/circuit.rb', line 119 def initialize name super(:out,name) end |