|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellList | |
byucc.jhdl.base | |
byucc.jhdl.DRC | |
byucc.jhdl.DRC.Rules |
Uses of CellList in byucc.jhdl.base |
Methods in byucc.jhdl.base that return CellList | |
CellList |
Cell.getNetlistableChildren()
Grabs only the netlistable children of this cell, if any exist |
CellList |
Cell.getFlatNetlistableChildren()
Grabs the netlistable leaf descendents of this cell, if any exist |
CellList |
Cell.getDescendents()
Returns a CellList containing all descendents of this cell. |
CellList |
HWSystem.getUnscheduledSourceCells()
Returns the unscheduled cells |
CellList |
Wire.getSinkCells()
This will go down and find all of the unique, behaviorally modeled sink cells that have this wire as an input. |
CellList |
Wire.getNetlistLeafSinkCellsNonUnique()
This will find all leaf non-unique cells that connected this wire (or an alias) to an in port. |
CellList |
Wire.getAllSinkCells()
This will find all unique cells that connected this wire (or an alias) to an in port. |
CellList |
Wire.getLeafSinkCells()
This will go down and find all of the unique, simulating leaf sink cells of this wire. |
CellList |
Wire.getSourceCells()
This will go down and find all of the unique, behaviorally modeled source cells that can drive this wire. |
CellList |
Wire.getAllSourceCells()
This will find all unique cells that connected this wire (or an alias) to an out port. |
CellList |
Wire.getLeafSourceCells()
This will go down and find all of the unique, simulating leaf source cells of this wire. |
Uses of CellList in byucc.jhdl.DRC |
Fields in byucc.jhdl.DRC declared as CellList | |
protected CellList |
DesignRuleChecker.descendents
descendents is a list of all of the children of topCell |
protected CellList |
DesignRuleChecker.violatingCells
Contains a list of all cells that have a rule violation flagged |
protected CellList |
DesignRule.cellList
|
Methods in byucc.jhdl.DRC with parameters of type CellList | |
protected void |
DesignRuleChecker.addToCellList(CellList list,
Cell cl)
I wasn't sure it would be a good idea to make the insert method of the CellList class public. |
protected static void |
DesignRule.addToCellList(CellList list,
Cell cl)
I wasn't sure it would be a good idea to make the insert method of the CellList class public. |
Uses of CellList in byucc.jhdl.DRC.Rules |
Fields in byucc.jhdl.DRC.Rules declared as CellList | |
protected CellList |
ClockWires.cellsWithClockPorts
Will hold a list of cells that have clock ports. |
protected CellList |
IBufsAndOBufs.obufList
Will hold a list of cells of the obuf type |
protected CellList |
IBufsAndOBufs.ibufList
Will hold a list of cells of the ibuf type |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |