com.sun.electric.tool.generator.layout.fill
Class FillCell

java.lang.Object
  extended by com.sun.electric.tool.generator.layout.fill.FillCell

public class FillCell
extends java.lang.Object


Field Summary
static PortCharacteristic GND_CHARACTERISTIC
           
static java.lang.String GND_NAME
           
static PortCharacteristic VDD_CHARACTERISTIC
           
static java.lang.String VDD_NAME
           
 
Constructor Summary
protected FillCell(TechType tech)
           
 
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
 

Field Detail

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
Constructor Detail

FillCell

protected FillCell(TechType tech)
Method Detail

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)