class BlifUtils::Netlist::Fanout
Attributes
index[RW]
target[RW]
Public Class Methods
new(target, index)
click to toggle source
# File lib/blifutils/netlist.rb, line 263 def initialize (target, index) @target = target @index = index end