Uses of Class
byucc.jhdl.base.Netlist

Packages that use Netlist
byucc.jhdl.apps.Viewers.Schematic   
byucc.jhdl.base   
 

Uses of Netlist in byucc.jhdl.apps.Viewers.Schematic
 

Methods in byucc.jhdl.apps.Viewers.Schematic with parameters of type Netlist
 void SchematicCanvas.constructAndPlace(Cell p, Netlist nl)
           
 

Uses of Netlist in byucc.jhdl.base
 

Subclasses of Netlist in byucc.jhdl.base
 class AtomicNetlist
          This class defines a netlist whose nets are all atomic width.
 class BusNetlist
          Represents the netlist of a cell using busses.
 class FlatNetlist
          This class defines a flat netlist whose nets are all atomic width.
 

Methods in byucc.jhdl.base that return Netlist
 Netlist Cell.getCellNetList()
          Deprecated. Use Cell.getCellNetlist()
 Netlist Cell.getCellNetlist()
          Builds a netlist for the given cell that contains all of the atomic wires located at this level along with the cells that they are connected to.
 Netlist Cell.getCellNetlist(boolean atomic)
          Builds a netlist for the given cell that contains all of the wires located at this level along with the cells that they are connected to.
 Netlist Cell.getCellNetlist(boolean atomic, boolean filter)
          Builds a netlist for the given cell that contains all of the wires located at this level along with the cells that they are connected to.
 



Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.