Package | Description |
---|---|
com.sun.electric.plugins.irsim |
Modifier and Type | Field and Description |
---|---|
Sim.Node |
Sim.curNode
node that belongs to current event
|
Sim.Node |
Sim.groundNode
ground supply node
|
Sim.Node |
Sim.powerNode
power supply node
|
Modifier and Type | Method and Description |
---|---|
Sim.Node |
Sim.findNode(java.lang.String name)
find node in network
|
Sim.Node |
Sim.Node.getCause() |
Sim.Node |
Sim.Trans.getDrain() |
Sim.Node |
Sim.Trans.getGate() |
Sim.Node |
Sim.getGroundNode() |
Sim.Node |
Sim.Node.getLink() |
Sim.Node |
Sim.Node.getNext() |
Sim.Node |
Sim.Trans.getOtherNode(SimAPI.Node n)
figure what's on the *other* terminal node of a transistor
|
Sim.Node |
Sim.getPowerNode() |
Sim.Node |
Sim.Trans.getSource() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Sim.Node> |
Sim.getNodeList()
Return a list of all nodes in the network.
|
Modifier and Type | Method and Description |
---|---|
void |
Sim.addHist(Sim.Node node,
int value,
boolean inp,
long time,
long delay,
long rTime)
Add a new entry to the history list.
|
void |
Sim.addPunted(Sim.Node node,
Eval.Event ev,
long tim)
Add a punted event to the history list for the node.
|
void |
Sim.buildConnList(Sim.Node n)
Build a linked-list of nodes (using nLink entry in Node structure)
which are electrically connected to node 'n'.
|
void |
Eval.enqueueEvent(Sim.Node n,
int newValue,
long delta,
long rTime)
Add an event to event list, specifying transition delay and new value.
|
void |
SStep.modelEvaluate(Sim.Node n)
calculate new value for node and its electrical neighbor
|
void |
NewRStep.modelEvaluate(Sim.Node n) |
protected void |
Eval.modelEvaluate(Sim.Node node) |
protected void |
Eval.puntEvent(Sim.Node node,
Eval.Event ev) |