Package | Description |
---|---|
com.sun.electric.tool.simulation |
Package for handling the simulation tool.
|
com.sun.electric.tool.simulation.als | |
com.sun.electric.tool.simulation.irsim |
Modifier and Type | Method and Description |
---|---|
Engine |
Stimuli.getEngine()
Method to return the simulation Engine associated with this simulation data.
|
Modifier and Type | Method and Description |
---|---|
void |
Stimuli.setEngine(Engine engine)
Method to set the simulation Engine associated with this simulation data.
|
static void |
SimulationTool.startSimulation(int engine,
java.lang.String deckFile,
Cell prevCell,
Engine prevEngine,
boolean doNow)
Method to invoke a simulation engine.
|
Modifier and Type | Class and Description |
---|---|
class |
ALS
Class to control the ALS Simulator.
|
Constructor and Description |
---|
ALS.DoALSActivity(Cell cell,
boolean convert,
boolean compile,
Cell originalCell,
Engine prevEngine,
SimulationTool tool,
boolean doNow) |
Modifier and Type | Class and Description |
---|---|
class |
IRSIM
Class for interfacing to the IRSIM simulator by reflection.
|