Package | Description |
---|---|
com.sun.electric.tool.generator.layout.fill |
Modifier and Type | Field and Description |
---|---|
static FillGeneratorTool.Units |
FillGeneratorTool.LAMBDA |
static FillGeneratorTool.Units |
FillGeneratorTool.TRACKS |
Modifier and Type | Method and Description |
---|---|
static FillGeneratorTool.Units |
FillGeneratorTool.Units.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FillGeneratorTool.Units[] |
FillGeneratorTool.Units.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FillGen.reserveSpaceOnLayer(int layer,
double vddReserved,
FillGeneratorTool.Units vddUnits,
double gndReserved,
FillGeneratorTool.Units gndUnits)
Reserve space in the middle of the Vdd and ground straps for signals.
|
FillGenConfig.ReserveConfig |
FillGenConfig.reserveSpaceOnLayer(Technology tech,
int layer,
double vddReserved,
FillGeneratorTool.Units vddUnits,
double gndReserved,
FillGeneratorTool.Units gndUnits) |
void |
FillGenConfig.ReserveConfig.reserveWidthOnLayer(double vddW,
FillGeneratorTool.Units vddUnits,
double gndW,
FillGeneratorTool.Units gndUnits) |