|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbyucc.jhdl.base.Nameable
byucc.jhdl.base.Node
byucc.jhdl.base.Cell
byucc.jhdl.base.Annotation
This class provides a Cell class that cannot be simulated. It can only be used to annotate the circuit and was provided primarily for use by the techmapper.
Field Summary |
Constructor Summary | |
Annotation(Node parent)
Construct an unnamed annotation |
|
Annotation(Node parent,
java.lang.String name)
Construct a named annotation |
Method Summary | |
boolean |
hasBehaviorInClockMethod()
Annotations have no behavior |
boolean |
hasBehaviorInPropagateMethod()
Annotations have no behavior |
boolean |
needsToBeAsynchronouslyScheduled()
Annotations are never scheduled. |
Methods inherited from class byucc.jhdl.base.Node |
addObservable, addSimulatorCallback, checkAll, delete, getBuildingFlag, getChildren, getChildrenEnumeration, getDefaultClock, getInstanceName, getParent, getParentCell, getRelatives, getSystem, getWires, optimize, orphanAllowed, printAllChildren, printTree, removeSimulatorCallback, setDefaultClock |
Methods inherited from class byucc.jhdl.base.Nameable |
caseSensitivity, caseSensitivity, disableNameClashChecking, getFullName, getFullNameNoTestBench, getHierNameNoTestBench, getInstanceNo, getInstanceNumber, getLeafName, getLeafName, getRelativeName, getUserName, getUserName, hasUserSpecifiedName, isDescendantOf, setInstanceNumber |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Annotation(Node parent, java.lang.String name)
parent
- the parent of this cellname
- the name of the cellpublic Annotation(Node parent)
parent
- the parent of this cellMethod Detail |
public boolean needsToBeAsynchronouslyScheduled()
needsToBeAsynchronouslyScheduled
in class Cell
public boolean hasBehaviorInPropagateMethod()
hasBehaviorInPropagateMethod
in class Cell
public boolean hasBehaviorInClockMethod()
hasBehaviorInClockMethod
in class Cell
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |