public class IRSIM extends Output implements ParasiticGenerator
Modifier and Type | Class and Description |
---|---|
static class |
IRSIM.IRSIMPreferences |
Output.OutputPreferences, Output.WriteJELIB
dataOutputStream, errorLogger, filePath, printWriter, quiet, stringWriter
Modifier and Type | Method and Description |
---|---|
ExtractedPBucket |
createBucket(NodeInst ni,
ParasiticTool.ParasiticCellInfo info) |
static java.util.List<java.lang.Object> |
getIRSIMComponents(Cell cell,
VarContext context)
The main entry point for IRSIM extraction.
|
closeBinaryOutputStream, closeStringsOutputStream, closeTextOutputStream, emitCopyright, exportCellCommand, finishWrite, getAreaToPrint, getNumErrors, getNumWarnings, getOutputPreferences, openBinaryOutputStream, openStringsOutputStream, openTextOutputStream, reportError, reportWarning, saveJelib, setContinuationString, setOutputWidth, writeCell, writeLibrary, writeLibrary, writePanicSnapshot, writeWidthLimited
public static java.util.List<java.lang.Object> getIRSIMComponents(Cell cell, VarContext context)
cell
- the top-level cell to extract.context
- the hierarchical context to the cell.public ExtractedPBucket createBucket(NodeInst ni, ParasiticTool.ParasiticCellInfo info)
createBucket
in interface ParasiticGenerator