class RTL::Sig
Public Class Methods
new(name)
click to toggle source
Calls superclass method
RTL::Port::new
# File lib/rtl/circuit.rb, line 119 def initialize name super(:out,name) end