public class TiledCell
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected FillGenConfig |
config |
Constructor and Description |
---|
TiledCell(FillGenConfig conf)
Constructor used by working with qTree fill.
|
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<PortInst> |
connectAllPortInsts(Cell cell) |
void |
exportUnconnectedPortInsts(NodeInst[][] rows,
boolean isPlanHorizontal,
Cell tiled) |
static Cell |
makeTiledCell(int numX,
int numY,
Cell cell,
com.sun.electric.tool.generator.layout.fill.Floorplan[] plans,
Library lib) |
protected FillGenConfig config
public TiledCell(FillGenConfig conf)
conf
- configuration.