com.sun.electric.tool.io.output
Class LEF

java.lang.Object
  extended by com.sun.electric.tool.io.output.Output
      extended by com.sun.electric.tool.io.output.LEF

public class LEF
extends Output

This is the netlister for LEF. Note that this writer was built by examining LEF files and reverse-engineering them. It does not claim to be compliant with the LEF specification, but it also does not claim to define a new specification. It is merely incomplete.


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
static void writeLEFFile(Cell cell, VarContext context, java.lang.String filePath)
          The main entry point for LEF 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

writeLEFFile

public static void writeLEFFile(Cell cell,
                                VarContext context,
                                java.lang.String filePath)
The main entry point for LEF deck writing.

Parameters:
cell - the top-level cell to write.
context - the hierarchical context to the cell.
filePath - the disk file to create.