com.sun.electric.tool.generator.layout.fill
Class TiledCell
java.lang.Object
com.sun.electric.tool.generator.layout.fill.TiledCell
public class TiledCell
- extends java.lang.Object
User: gg151869
Date: Sep 19, 2006
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
config
protected FillGenConfig config
TiledCell
public TiledCell(FillGenConfig conf)
- Constructor used by working with qTree fill.
- Parameters:
conf
- configuration.
connectAllPortInsts
public static java.util.ArrayList<PortInst> connectAllPortInsts(Cell cell)
exportUnconnectedPortInsts
public void exportUnconnectedPortInsts(NodeInst[][] rows,
boolean isPlanHorizontal,
Cell tiled)
makeTiledCell
public static Cell makeTiledCell(int numX,
int numY,
Cell cell,
com.sun.electric.tool.generator.layout.fill.Floorplan[] plans,
Library lib)