byucc.jhdl.Xilinx.XC9000
Class XC9000PlacementInfo

java.lang.Object
  extended bybyucc.jhdl.base.PlacementInfo
      extended bybyucc.jhdl.Xilinx.XC9000.XC9000PlacementInfo

public class XC9000PlacementInfo
extends PlacementInfo


Field Summary
 
Fields inherited from class byucc.jhdl.base.PlacementInfo
height, transformations, UNCONSTRAINED, width, x, y
 
Constructor Summary
XC9000PlacementInfo(Cell c)
           
XC9000PlacementInfo(Cell c, int x, int y)
           
 
Method Summary
 java.lang.String getTransformation(Cell c)
          Return the transformation
protected  void setX(int x)
           
protected  void setY(int y)
           
 
Methods inherited from class byucc.jhdl.base.PlacementInfo
appendTransformation, getHeight, getWidth, getX, getY, setHeight, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XC9000PlacementInfo

public XC9000PlacementInfo(Cell c)

XC9000PlacementInfo

public XC9000PlacementInfo(Cell c,
                           int x,
                           int y)
Method Detail

setX

protected void setX(int x)

setY

protected void setY(int y)

getTransformation

public java.lang.String getTransformation(Cell c)
Description copied from class: PlacementInfo
Return the transformation

Overrides:
getTransformation in class PlacementInfo
Parameters:
c - the cell to look at
Returns:
all the transformations for the given cell


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.