|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.VhdlElement
de.upb.hni.vmagic.DelayMechanism
public abstract class DelayMechanism
Signal assignment delay mechanism.
Field Summary | |
---|---|
static DelayMechanism |
INERTIAL
Inertial delay mechanism. |
static DelayMechanism |
TRANSPORT
Transport delay mechanism. |
Method Summary | |
---|---|
Expression |
getPulseRejectionLimit()
Returns the pulse rejection limit. |
static DelayMechanism |
REJECT_INERTIAL(Expression time)
Creates a reject inertial delay mechanism. |
Methods inherited from class de.upb.hni.vmagic.VhdlElement |
---|
getParent, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final DelayMechanism TRANSPORT
public static final DelayMechanism INERTIAL
Method Detail |
---|
public static DelayMechanism REJECT_INERTIAL(Expression time)
time
- the pulse rejection limit
public Expression getPulseRejectionLimit()
null
for transport and inertial delay mechanism
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |