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

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

public class TiledCell
extends java.lang.Object

User: gg151869 Date: Sep 19, 2006


Field Summary
protected  FillGenConfig config
           
 
Constructor Summary
TiledCell(FillGenConfig conf)
          Constructor used by working with qTree fill.
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

protected FillGenConfig config
Constructor Detail

TiledCell

public TiledCell(FillGenConfig conf)
Constructor used by working with qTree fill.

Parameters:
conf - configuration.
Method Detail

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)