Package | Description |
---|---|
com.sun.electric.tool.io.input | |
com.sun.electric.tool.io.input.verilog | |
com.sun.electric.tool.simulation |
Package for handling the simulation tool.
|
com.sun.electric.tool.user.ui | |
com.sun.electric.tool.user.waveform |
Modifier and Type | Method and Description |
---|---|
protected Stimuli |
ArchSimOut.readSimulationOutput(java.net.URL fileURL,
Cell cell)
Method to read an ArchSim output file.
|
protected Stimuli |
EpicOutProcess.readSimulationOutput(java.net.URL fileURL,
Cell cell)
Method to read an Spice output file.
|
protected Stimuli |
HSpiceOut.readSimulationOutput(java.net.URL fileURL,
Cell cell)
Method to read HSpice output files.
|
protected Stimuli |
LTSpiceOut.readSimulationOutput(java.net.URL fileURL,
Cell cell)
Method to read an LTSpice output file.
|
protected Stimuli |
PSpiceOut.readSimulationOutput(java.net.URL fileURL,
Cell cell)
Method to read an PSpice output file.
|
protected Stimuli |
RawSpiceOut.readSimulationOutput(java.net.URL fileURL,
Cell cell)
Method to read an Raw Spice output file.
|
protected Stimuli |
Simulate.readSimulationOutput(java.net.URL fileURL,
Cell cell)
Method that is overridden by subclasses to actually do the work.
|
protected Stimuli |
SmartSpiceOut.readSimulationOutput(java.net.URL fileURL,
Cell cell)
Method to read an Smart Spice output file.
|
protected Stimuli |
SpiceOut.readSimulationOutput(java.net.URL fileURL,
Cell cell)
Method to read an Spice output file.
|
static Stimuli |
Simulate.readSimulationResults(FileType type,
Cell cell,
java.net.URL fileURL) |
Modifier and Type | Method and Description |
---|---|
protected Stimuli |
VerilogOut.readSimulationOutput(java.net.URL fileURL,
Cell cell)
Method to read an Verilog output file.
|
Modifier and Type | Method and Description |
---|---|
Stimuli |
Analysis.getStimuli()
Method to return the Stimuli in which this Analysis resides.
|
Modifier and Type | Method and Description |
---|---|
static void |
Simulation.showSimulationData(Stimuli sd,
WaveformWindow ww)
Method to display simulation data in a waveform window.
|
Constructor and Description |
---|
AnalogAnalysis(Stimuli sd,
Analysis.AnalysisType type,
boolean extrapolateToRight)
Constructor for a collection of analog simulation data.
|
Analysis(Stimuli sd,
Analysis.AnalysisType type,
boolean extrapolateToRight)
Constructor for a collection of simulation data.
|
DigitalAnalysis(Stimuli sd,
boolean extrapolateToRight)
Constructor for a collection of digital simulation data.
|
Modifier and Type | Method and Description |
---|---|
static WindowFrame |
WindowFrame.createWaveformWindow(Stimuli sd)
Method to create a new waveform window on the screen given the simulation data.
|
Modifier and Type | Method and Description |
---|---|
Stimuli |
WaveformWindow.getSimData()
Method to return the stimulus information associated with this WaveformWindow.
|
Modifier and Type | Method and Description |
---|---|
void |
WaveformWindow.setSimData(Stimuli sd)
Method to update the Simulation data for this waveform window.
|
Constructor and Description |
---|
WaveformWindow(Stimuli sd,
WindowFrame wf)
Constructor creates a Waveform window in a given WindowFrame with given Stimuli data.
|