|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Net | |
byucc.jhdl.apps.Viewers.Schematic | |
byucc.jhdl.base |
Uses of Net in byucc.jhdl.apps.Viewers.Schematic |
Methods in byucc.jhdl.apps.Viewers.Schematic with parameters of type Net | |
protected void |
SchematicCanvas.addNetProperty(Net n,
java.lang.String c,
java.lang.String s)
This function is used to find a schematic net and add a property, either color or string. |
NetConnection |
SchematicNet.addConnection(SchematicNode sNode,
PortRecord record,
Net net)
|
Constructors in byucc.jhdl.apps.Viewers.Schematic with parameters of type Net | |
NetConnection(SchematicNode node,
PortRecord record,
Net net)
|
Uses of Net in byucc.jhdl.base |
Subclasses of Net in byucc.jhdl.base | |
class |
AtomicNet
Stores a net of an atomic netlist with all its connections |
class |
BusNet
Used by BusNetlist to represent a bus, from which various subsets are used as connections to ports. |
class |
FlatNet
Stores a flat netlist net of atomic width with all connections to the top-level ports and all leaf cells. |
Methods in byucc.jhdl.base that return Net | |
protected Net |
Netlist.find(Wire w)
Go find the association record (if it exists) by an alias or other means. |
protected Net |
BusNetlist.find(Wire w)
Finds a wire in the list of known nets |
Methods in byucc.jhdl.base with parameters of type Net | |
protected void |
Netlist.add(Wire w,
Net net)
Adds the wire to the table using its value propagater as the key. |
protected void |
BusNetlist.add(Wire w,
Net n)
Adds a wire to the list of known nets |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |