public class FillCell
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static PortCharacteristic |
GND_CHARACTERISTIC |
static java.lang.String |
GND_NAME |
static PortCharacteristic |
VDD_CHARACTERISTIC |
static java.lang.String |
VDD_NAME |
Modifier | Constructor and Description |
---|---|
protected |
FillCell(TechType tech) |
Modifier and Type | Method and Description |
---|---|
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) |
public static final java.lang.String VDD_NAME
public static final java.lang.String GND_NAME
public static final PortCharacteristic VDD_CHARACTERISTIC
public static final PortCharacteristic GND_CHARACTERISTIC
protected FillCell(TechType tech)
public void exportPerimeter(VddGndStraps lay, Cell cell)
public void exportPerimeter(VddGndStraps[] lays, int botLay, int topLay, ExportConfig exptConfig, Cell cell)
public void exportWiring(VddGndStraps lay, Cell cell)
public void exportWiring(VddGndStraps[] lays, int botLay, int topLay, ExportConfig exptConfig, 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)