com.sun.electric.tool.generator.layout.fill
Class FillCell
java.lang.Object
com.sun.electric.tool.generator.layout.fill.FillCell
public class FillCell
- extends java.lang.Object
Method Summary |
void |
exportPerimeter(VddGndStraps[] lays,
int botLay,
int topLay,
ExportConfig exptConfig,
Cell cell)
|
void |
exportPerimeter(VddGndStraps lay,
Cell cell)
|
void |
exportWiring(VddGndStraps[] lays,
int botLay,
int topLay,
ExportConfig exptConfig,
Cell cell)
|
void |
exportWiring(VddGndStraps lay,
Cell cell)
|
protected Cell |
makeFillCell1(Library lib,
com.sun.electric.tool.generator.layout.fill.Floorplan[] plans,
int botLayer,
int topLayer,
CapCell capCell,
ExportConfig expCfg,
boolean metalFlex,
boolean hierFlex)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VDD_NAME
public static final java.lang.String VDD_NAME
- See Also:
- Constant Field Values
GND_NAME
public static final java.lang.String GND_NAME
- See Also:
- Constant Field Values
VDD_CHARACTERISTIC
public static final PortCharacteristic VDD_CHARACTERISTIC
GND_CHARACTERISTIC
public static final PortCharacteristic GND_CHARACTERISTIC
FillCell
protected FillCell(TechType tech)
exportPerimeter
public void exportPerimeter(VddGndStraps lay,
Cell cell)
exportPerimeter
public void exportPerimeter(VddGndStraps[] lays,
int botLay,
int topLay,
ExportConfig exptConfig,
Cell cell)
exportWiring
public void exportWiring(VddGndStraps lay,
Cell cell)
exportWiring
public void exportWiring(VddGndStraps[] lays,
int botLay,
int topLay,
ExportConfig exptConfig,
Cell cell)
makeFillCell1
protected Cell makeFillCell1(Library lib,
com.sun.electric.tool.generator.layout.fill.Floorplan[] plans,
int botLayer,
int topLayer,
CapCell capCell,
ExportConfig expCfg,
boolean metalFlex,
boolean hierFlex)