Package | Description |
---|---|
com.sun.electric.tool.simulation.test |
Chip-independent test software library for the
Asynchronous Design Group in Oracle Labs, see bottom
for locations of documentation.
|
Modifier and Type | Method and Description |
---|---|
protected static NanosimBERT.Event |
NanosimBERT.Event.createCaptureAndCheckNodeEvent(double eventTimeNS,
java.lang.String node,
int expectedState,
NanosimDataAnalyzer analyzer)
Create a new Event to check the node for the given
value at the specified time.
|
protected static NanosimBERT.Event |
NanosimBERT.Event.createCaptureNodeEvent(double eventTimeNS,
java.lang.String node,
NanosimDataAnalyzer analyzer)
Create a new Event to capture the node's value at the specified time.
|
protected static NanosimBERT.Event |
NanosimBERT.Event.createSetNodeEvent(double eventTimeNS,
java.lang.String node,
double voltage)
Create a new Event to set the node to the value
at the specified time
|