com.sun.electric.tool.sc
Class SilComp.SilCompPrefs

java.lang.Object
  extended by com.sun.electric.database.text.PrefPackage
      extended by com.sun.electric.tool.sc.SilComp.SilCompPrefs
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing class:
SilComp

public static class SilComp.SilCompPrefs
extends PrefPackage

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.electric.database.text.PrefPackage
PrefPackage.BooleanPref, PrefPackage.DoublePref, PrefPackage.IntegerPref, PrefPackage.LongPref, PrefPackage.StringPref
 
Field Summary
 double feedThruSize
          The size of feed-throughs.
 double horizArcWidth
          The width of the horizontal routing arc.
 java.lang.String horizRoutingArc
          The horizontal routing arc.
 java.lang.String mainPowerArc
          The main power and ground arc.
 double mainPowerWireWidth
          The width of the main power and ground arc.
 double minActiveDistance
          The minimum active distance.
 double minMetalSpacing
          The minimum metal spacing.
 double minPortDistance
          The minimum port distance.
 int numRows
          The number of rows of cells to make.
 double nWellHeight
          The height of the n-well.
 double nWellOffset
          The offset of the n-well.
 double powerWireWidth
          The width of the power and ground arc.
 double pWellHeight
          The height of the p-well.
 double pWellOffset
          The offset of the p-well.
 java.lang.String schematicTechnology
           
 double vertArcWidth
          The width of the vertical routing arc.
 java.lang.String vertRoutingArc
          The vertical routing arc.
 double viaSize
          The size of vias.
 
Fields inherited from class com.sun.electric.database.text.PrefPackage
TECH_NODE, USER_NODE
 
Constructor Summary
SilComp.SilCompPrefs(boolean factory)
           
 
Method Summary
 
Methods inherited from class com.sun.electric.database.text.PrefPackage
getFactoryPrefRoot, getKey, getKey, getKey, getKey, getPrefRoot, putPrefs, withField
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

schematicTechnology

public java.lang.String schematicTechnology

numRows

public int numRows
The number of rows of cells to make. The default is 4.


horizRoutingArc

public java.lang.String horizRoutingArc
The horizontal routing arc. The default is "Metal-1".


horizArcWidth

public double horizArcWidth
The width of the horizontal routing arc. The default is 4.


vertRoutingArc

public java.lang.String vertRoutingArc
The vertical routing arc. The default is "Metal-2".


vertArcWidth

public double vertArcWidth
The width of the vertical routing arc. The default is 4.


powerWireWidth

public double powerWireWidth
The width of the power and ground arc. The default is 5.


mainPowerWireWidth

public double mainPowerWireWidth
The width of the main power and ground arc. The default is 8.


mainPowerArc

public java.lang.String mainPowerArc
The main power and ground arc. The default is "Horizontal Arc".


pWellHeight

public double pWellHeight
The height of the p-well. The default is 41.


pWellOffset

public double pWellOffset
The offset of the p-well. The default is 0.


nWellHeight

public double nWellHeight
The height of the n-well. The default is 51.


nWellOffset

public double nWellOffset
The offset of the n-well. The default is 0.


viaSize

public double viaSize
The size of vias. The default is 4.


minMetalSpacing

public double minMetalSpacing
The minimum metal spacing. The default is 6.


feedThruSize

public double feedThruSize
The size of feed-throughs. The default is 16.


minPortDistance

public double minPortDistance
The minimum port distance. The default is 8.


minActiveDistance

public double minActiveDistance
The minimum active distance. The default is 8.

Constructor Detail

SilComp.SilCompPrefs

public SilComp.SilCompPrefs(boolean factory)