|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbyucc.jhdl.DRC.DesignRule
byucc.jhdl.DRC.Rules.Bufg
Field Summary |
Fields inherited from class byucc.jhdl.DRC.DesignRule |
cellList, checker, checkOk, description, enabled, failureReport, name, oneLineDescription, violatingCells |
Constructor Summary | |
Bufg()
|
Method Summary | |
boolean |
doCheck()
Initiates the design rule check for this DesignRule. |
protected abstract boolean |
isBufg(Cell cell)
|
void |
sortCell(Cell cell)
To be implemented by subclasses so they may sort cells into appropriate containers. |
Methods inherited from class byucc.jhdl.DRC.DesignRule |
addToCellList, addToCellList, addViolatingCell, checkOk, displayMsgHeader, getDescription, getDesignRuleChecker, getName, getOneLineDescription, getReport, getViolatingCells, msg, msg, msg, msg, msgln, msgln, registerViolation, resetState, setCurrentMsgType, setDesignRuleCheckerReference, setName, setReport, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Bufg()
Method Detail |
public void sortCell(Cell cell)
DesignRule
sortCell
in class DesignRule
cell
- A subcell of the top-level design. The sorting method
may look at its Class (or its attributes) to determine whether it will store a
reference to it. It may alternatively store the wires attached to it.public boolean doCheck()
DesignRule
doCheck
in class DesignRule
protected abstract boolean isBufg(Cell cell)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |