com.sun.electric.tool.io.input
Class ArchSimOut

java.lang.Object
  extended by com.sun.electric.tool.io.input.Input
      extended by com.sun.electric.tool.io.input.Simulate
          extended by com.sun.electric.tool.io.input.ArchSimOut

public class ArchSimOut
extends Simulate

Class for reading and displaying waveforms from ArchSim output. These are contained in .asj files.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.electric.tool.io.input.Input
Input.InputPreferences
 
Field Summary
 
Fields inherited from class com.sun.electric.tool.io.input.Input
byteCount, dataInputStream, ep, errorLogger, fileLength, filePath, inputStream, lineReader, READ_BUFFER_SIZE
 
Constructor Summary
ArchSimOut()
           
 
Method Summary
protected  Stimuli readSimulationOutput(java.net.URL fileURL, Cell cell)
          Method to read an ArchSim output file.
 
Methods inherited from class com.sun.electric.tool.io.input.Simulate
getLineFromSimulator, getSpiceOutputType, plotArchSimResults, plotSimulationResults, plotSpiceResults, plotSpiceResultsThisCell, plotVerilogResults, plotVerilogResultsThisCell, readSimulationResults
 
Methods inherited from class com.sun.electric.tool.io.input.Input
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchSimOut

public ArchSimOut()
Method Detail

readSimulationOutput

protected Stimuli readSimulationOutput(java.net.URL fileURL,
                                       Cell cell)
                                throws java.io.IOException
Method to read an ArchSim output file.

Overrides:
readSimulationOutput in class Simulate
Throws:
java.io.IOException