|
|||||||||||
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.IOBufs
This class implements a DesignRule. It checks all iobufs (and their variants) to make sure that they are driven only by iopads or nothing at all.
Field Summary |
Fields inherited from class byucc.jhdl.DRC.DesignRule |
cellList, checker, checkOk, description, enabled, failureReport, name, oneLineDescription, violatingCells |
Constructor Summary | |
IOBufs()
|
Method Summary | |
boolean |
doCheck()
Initiates the design rule check on topCell. |
abstract boolean |
isIOBuf(Cell cl)
Returns true if cl is an instance of a platform-specific iobuf-type cell. |
protected boolean |
isIOPad(Cell sourceCell)
|
protected void |
sortCell(Cell cl)
Sorts Cells according to type. |
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 IOBufs()
Method Detail |
public boolean doCheck()
doCheck
in class DesignRule
protected void sortCell(Cell cl)
sortCell
in class DesignRule
cl
- Cell to be sortedpublic abstract boolean isIOBuf(Cell cl)
cl
- Cell to check its class to see if is an iobuf type
protected boolean isIOPad(Cell sourceCell)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |