public class EpicOutProcess extends Simulate implements java.lang.Runnable
Input.InputPreferences
byteCount, dataInputStream, ep, errorLogger, fileLength, filePath, inputStream, lineReader, READ_BUFFER_SIZE
Modifier and Type | Method and Description |
---|---|
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.
|
getLineFromSimulator, getSpiceOutputType, plotArchSimResults, plotSimulationResults, plotSpiceResults, plotSpiceResultsThisCell, plotVerilogResults, plotVerilogResultsThisCell, readSimulationResults
changesQuiet, closeInput, eofDuring, getAKeyword, getInputPreferences, getLine, getLineFromBinary, getProgressNote, getRestOfLine, importALibrary, importLibrary, initKeywordParsing, isBreakCharacter, isChangeQuiet, isNewLibraryCreated, openBinaryInput, openStringsInput, openTextInput, preprocessLine, readWholeLine, setProgressNote, setProgressValue, startProgressDialog, stopProgressDialog, updateProgressDialog
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