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

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

public class ECAD
extends Output

Class to write ECAD netlists.
Format:
.cmp (t=pkg_type) ref_des (x=0, y=0)

.cmp (t=LED) LED1
.cmp (t=RES100) R1

Net_name : ref_des pad; \
ref_des pad;

A0 : LED1 1; R1 2;
A1 : LED1 2; R1 1;


Nested Class Summary
static class ECAD.ECADPreferences
           
 
Nested classes/interfaces inherited from class com.sun.electric.tool.io.output.Output
Output.OutputPreferences, Output.WriteJELIB
 
Field Summary
static Variable.Key PIN_KEY
          key of Variable holding pin information.
static Variable.Key PKG_TYPE_KEY
          key of Variable holding package type.
static Variable.Key REF_DES_KEY
          key of Variable holding node name.
 
Fields inherited from class com.sun.electric.tool.io.output.Output
dataOutputStream, errorLogger, filePath, printWriter, quiet, stringWriter
 
Method Summary
 
Methods inherited from class com.sun.electric.tool.io.output.Output
closeBinaryOutputStream, closeStringsOutputStream, closeTextOutputStream, emitCopyright, exportCellCommand, finishWrite, getAreaToPrint, getNumErrors, getNumWarnings, getOutputPreferences, openBinaryOutputStream, openStringsOutputStream, openTextOutputStream, reportError, reportWarning, saveJelib, setContinuationString, setOutputWidth, writeCell, writeLibrary, writeLibrary, writePanicSnapshot, writeWidthLimited
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REF_DES_KEY

public static final Variable.Key REF_DES_KEY
key of Variable holding node name.


PKG_TYPE_KEY

public static final Variable.Key PKG_TYPE_KEY
key of Variable holding package type.


PIN_KEY

public static final Variable.Key PIN_KEY
key of Variable holding pin information.