Package | Description |
---|---|
com.sun.electric.tool.generator.layout.fill |
Modifier and Type | Field and Description |
---|---|
ExportConfig |
FillGenConfig.perim |
static ExportConfig |
FillGeneratorTool.PERIMETER |
static ExportConfig |
ExportConfig.PERIMETER |
static ExportConfig |
FillGeneratorTool.PERIMETER_AND_INTERNAL |
static ExportConfig |
ExportConfig.PERIMETER_AND_INTERNAL |
Modifier and Type | Method and Description |
---|---|
void |
FillCell.exportPerimeter(VddGndStraps[] lays,
int botLay,
int topLay,
ExportConfig exptConfig,
Cell cell) |
void |
FillCell.exportWiring(VddGndStraps[] lays,
int botLay,
int topLay,
ExportConfig exptConfig,
Cell cell) |
void |
FillGen.makeFillCell(int loLayer,
int hiLayer,
ExportConfig exportConfig,
int[] tiledSizes) |
static Cell |
FillGeneratorTool.makeFillCell(Library lib,
com.sun.electric.tool.generator.layout.fill.Floorplan[] plans,
int botLayer,
int topLayer,
CapCell capCell,
TechType tech,
ExportConfig expCfg,
boolean metalFlex,
boolean hierFlex) |
protected Cell |
FillCell.makeFillCell1(Library lib,
com.sun.electric.tool.generator.layout.fill.Floorplan[] plans,
int botLayer,
int topLayer,
CapCell capCell,
ExportConfig expCfg,
boolean metalFlex,
boolean hierFlex) |
Cell |
FillGeneratorTool.standardMakeFillCell(int loLayer,
int hiLayer,
TechType tech,
ExportConfig exportConfig,
int[] tiledSizes,
boolean metalFlex)
Create a fill cell using the current library, fill cell width, fill cell
height, layer orientation, and reserved spaces for each layer.
|
Constructor and Description |
---|
FillGenConfig(FillGeneratorTool.FillTypeEnum type,
TechType.TechTypeEnum tech,
java.lang.String lib,
ExportConfig perim,
int first,
int last,
double w,
double h,
boolean even,
int[] cellTiles,
boolean hierarchy,
double minO,
double drcSpacingRule,
boolean binary,
boolean useMaster,
boolean onlyAround,
double gap,
FillGenConfig.FillGenType genType,
int level) |