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