Package | Description |
---|---|
com.sun.electric.tool.simulation.sctiming |
Modifier and Type | Method and Description |
---|---|
static PinEdge.Transition |
PinEdge.Transition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PinEdge.Transition[] |
PinEdge.Transition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Arc.addDependentStableInput(java.lang.String pin,
PinEdge.Transition transition)
Add a stable signal to a dependent input pin - the state of the
input pin affects the type (rise/fall) of transition on the output.
|
void |
Arc.addStableInput(java.lang.String pin,
PinEdge.Transition transition)
Add a stable signal to an unused input pin
|
static java.lang.String |
Arc.descTran(PinEdge.Transition tran)
Get a single character description of the transition type
|
void |
Arc.setClkFalseTransition(java.lang.String pin,
PinEdge.Transition transition)
If a clock-bar pin exists, set the transition for it.
|
void |
Arc.setClkTransition(java.lang.String pin,
PinEdge.Transition transition)
Set the clock transition for a sequential cell
|
void |
Arc.setHoldTimeGlitchNode(java.lang.String node,
PinEdge.Transition transition)
Specify an intial condition on a node inside the device under test,
to be used during glitch-based Hold time tests.
|
void |
Arc.setInputTransition(java.lang.String pin,
PinEdge.Transition transition)
Set the transition on the input being stimulated
|
void |
Arc.setOutputTransition(java.lang.String pin,
PinEdge.Transition transition)
Set the expected transition on the output
|
Constructor and Description |
---|
PinEdge(java.lang.String pin,
PinEdge.Transition transition)
Create a new pin edge with an associated transition
|