|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.electric.tool.io.output.Output
com.sun.electric.tool.io.output.IRSIM
public class IRSIM
Class to write IRSIM netlists.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.sun.electric.tool.io.output.Output |
|---|
Output.OutputCellInfo, Output.WriteJELIB |
| Field Summary |
|---|
| Fields inherited from class com.sun.electric.tool.io.output.Output |
|---|
dataOutputStream, filePath, printWriter, quiet, stringWriter |
| Method Summary | |
|---|---|
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. |
static void |
writeIRSIMFile(Cell cell,
VarContext context,
Technology layoutTech,
java.lang.String filePath)
The main entry point for IRSIM deck writing. |
| Methods inherited from class com.sun.electric.tool.io.output.Output |
|---|
closeBinaryOutputStream, closeStringsOutputStream, closeTextOutputStream, emitCopyright, exportCellCommand, getAreaToPrint, openBinaryOutputStream, openStringsOutputStream, openTextOutputStream, saveJelib, setContinuationString, setOutputWidth, writeCell, writeCell, writeLibrary, writePanicSnapshot, writeWidthLimited |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void writeIRSIMFile(Cell cell,
VarContext context,
Technology layoutTech,
java.lang.String filePath)
cell - the top-level cell to write.context - the hierarchical context to the cell.filePath - the disk file to create.
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||