|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.io.input.Input
com.sun.electric.tool.io.input.Simulate
com.sun.electric.tool.io.input.EpicOutProcess
public class EpicOutProcess
Class for reading and displaying waveforms from Epic output. These are contained in .out files. This class invokes external JVM to read the EpicFile.
Field Summary |
---|
Fields inherited from class com.sun.electric.tool.io.input.Input |
---|
byteCount, dataInputStream, errorLogger, fileLength, filePath, inputStream, lineReader, READ_BUFFER_SIZE |
Method Summary | |
---|---|
protected Stimuli |
readSimulationOutput(java.net.URL fileURL,
Cell cell)
Method to read an Spice output file. |
void |
run()
This methods implements Runnable interface for thread which polls stdErr of EpicReaderProcess and redirects it to System.out and progress indicator. |
Methods inherited from class com.sun.electric.tool.io.input.Simulate |
---|
getCurrentSpiceOutputType, getLineFromSimulator, plotArchSimResults, plotSimulationResults, plotSpiceResults, plotSpiceResultsThisCell, plotVerilogResults, plotVerilogResultsThisCell, readSimulationResults |
Methods inherited from class com.sun.electric.tool.io.input.Input |
---|
changesQuiet, closeInput, eofDuring, getAKeyword, getLine, getLineFromBinary, getProgressNote, getRestOfLine, importALibrary, importLibrary, importToCurrentLibrary, initKeywordParsing, isBreakCharacter, isChangeQuiet, isNewLibraryCreated, openBinaryInput, openStringsInput, openTextInput, preprocessLine, readWholeLine, setProgressNote, setProgressValue, startProgressDialog, stopProgressDialog, updateProgressDialog |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
protected Stimuli readSimulationOutput(java.net.URL fileURL, Cell cell) throws java.io.IOException
readSimulationOutput
in class Simulate
java.io.IOException
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |