Class: RTL::Sig

Inherits:
Port
  • Object
show all
Defined in:
lib/rtl/circuit.rb

Instance Attribute Summary

Attributes inherited from Port

#circuit, #dir, #fanout, #name, #properties

Instance Method Summary collapse

Methods inherited from Port

#connect, #type, #type=

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