|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbyucc.jhdl.base.Netlist
byucc.jhdl.base.BusNetlist
Represents the netlist of a cell using busses. The netlist is a record of all wires connecting between the parent and/or its children.
Field Summary |
Fields inherited from class byucc.jhdl.base.Netlist |
net_table, wire_table |
Method Summary | |
protected void |
add(Wire w,
Net n)
Adds a wire to the list of known nets |
protected Net |
find(Wire w)
Finds a wire in the list of known nets |
Methods inherited from class byucc.jhdl.base.Netlist |
getNets, size, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
protected void add(Wire w, Net n)
add
in class Netlist
w
- the wire to addn
- the net corresponding to that wireprotected Net find(Wire w)
find
in class Netlist
w
- the wire to find
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |