Package | Description |
---|---|
com.sun.electric.tool.simulation |
Package for handling the simulation tool.
|
Modifier and Type | Field and Description |
---|---|
static DigitalSample |
DigitalSample.LOGIC_0 |
static DigitalSample |
DigitalSample.LOGIC_1 |
static DigitalSample |
DigitalSample.LOGIC_X |
static DigitalSample |
DigitalSample.LOGIC_Z |
Modifier and Type | Field and Description |
---|---|
static Unboxed<DigitalSample> |
DigitalSample.unboxer |
Modifier and Type | Method and Description |
---|---|
static DigitalSample |
DigitalSample.fromOldStyle(int i)
Method for converting ALS levels to new DigitalSample values,
for backward compatibility.
|
static DigitalSample |
DigitalSample.getSample(DigitalSample.Value value,
DigitalSample.Strength strength) |
Modifier and Type | Method and Description |
---|---|
static MutableSignal<DigitalSample> |
DigitalSample.createSignal(SignalCollection sc,
Stimuli sd,
java.lang.String signalName,
java.lang.String signalContext) |
Modifier and Type | Method and Description |
---|---|
static int |
DigitalSample.getState(DigitalSample ds) |
Modifier and Type | Method and Description |
---|---|
static int |
DigitalSample.getState(Signal.View<DigitalSample> view,
int index) |