|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.byu.ece.edif.tools.sterilize.lutreplace.BasicReplacementContext
edu.byu.ece.edif.tools.sterilize.halflatch.HalfLatchReplacementContext
public class HalfLatchReplacementContext
| Field Summary | |
|---|---|
protected boolean |
_isSensitive
|
| Fields inherited from class edu.byu.ece.edif.tools.sterilize.lutreplace.BasicReplacementContext |
|---|
_newParentCell, _oldInstanceToReplace, _oldSBPortNewNetMap |
| Constructor Summary | |
|---|---|
HalfLatchReplacementContext(EdifCell newParent,
EdifCellInstance oldInstance,
boolean isSensitive)
There are two types of instances to be replaced: sensitive instances and constant instances. |
|
| Method Summary | |
|---|---|
boolean |
isConstant()
|
boolean |
isSensitive()
|
| Methods inherited from class edu.byu.ece.edif.tools.sterilize.lutreplace.BasicReplacementContext |
|---|
addOldSBPortNewNetAssociation, getNewNetToConnect, getNewNetToConnect, getNewNetToConnect, getNewParentCell, getOldCellToReplace, getOldInstanceToReplace, getOldSBPorts, getOldSingleBitPort |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean _isSensitive
| Constructor Detail |
|---|
public HalfLatchReplacementContext(EdifCell newParent,
EdifCellInstance oldInstance,
boolean isSensitive)
newParent - oldInstance - isSensitive - true if this is a sensitive instance, false if it is a constant instance| Method Detail |
|---|
public boolean isSensitive()
public boolean isConstant()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||