byucc.jhdl.DRC.Rules.XC4000
Class IOBufsXC4000

java.lang.Object
  extended bybyucc.jhdl.DRC.DesignRule
      extended bybyucc.jhdl.DRC.Rules.IOBufs
          extended bybyucc.jhdl.DRC.Rules.XC4000.IOBufsXC4000
All Implemented Interfaces:
DesignRuleConstants

public class IOBufsXC4000
extends IOBufs


Field Summary
 
Fields inherited from class byucc.jhdl.DRC.DesignRule
cellList, checker, checkOk, description, enabled, failureReport, name, oneLineDescription, violatingCells
 
Fields inherited from interface byucc.jhdl.DRC.DesignRuleConstants
MSGHEADER_ERROR, MSGHEADER_NOTICE, MSGHEADER_STATUS, MSGHEADER_WARNING, MSGTYPE_ERR_ALL, MSGTYPE_ERR_EXPERTWARN, MSGTYPE_ERR_NOEXPERT, MSGTYPE_ERROR_BITS, MSGTYPE_MUTE, MSGTYPE_NOTICE, MSGTYPE_NOTICE_BITS, MSGTYPE_NOTICE_NOEXPERT, MSGTYPE_STATUS, MSGTYPE_STATUS_BITS, MSGTYPE_STATUS_NOEXPERT, MSGTYPE_WARN_ALL, MSGTYPE_WARN_NOEXPERT, MSGTYPE_WARNING_BITS, SHOW_NUM_RULES_CHECKED_EVERY
 
Constructor Summary
IOBufsXC4000()
           
 
Method Summary
 boolean isIOBuf(Cell cl)
          Returns true if cl is an instance of a platform-specific iobuf-type cell.
 
Methods inherited from class byucc.jhdl.DRC.Rules.IOBufs
doCheck, isIOPad, sortCell
 
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

IOBufsXC4000

public IOBufsXC4000()
Method Detail

isIOBuf

public boolean isIOBuf(Cell cl)
Description copied from class: IOBufs
Returns true if cl is an instance of a platform-specific iobuf-type cell.

Specified by:
isIOBuf in class IOBufs
Parameters:
cl - Cell to check its class to see if is an iobuf type
Returns:
true if cl is an iobuf-type cell, otherwise false


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