byucc.jhdl.Xilinx.Virtex2
Class Virtex2PlacementInfo

java.lang.Object
  extended bybyucc.jhdl.base.PlacementInfo
      extended bybyucc.jhdl.Xilinx.Virtex2.Virtex2PlacementInfo

public class Virtex2PlacementInfo
extends PlacementInfo


Field Summary
 
Fields inherited from class byucc.jhdl.base.PlacementInfo
height, transformations, UNCONSTRAINED, width, x, y
 
Constructor Summary
Virtex2PlacementInfo(Cell c)
           
Virtex2PlacementInfo(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

Virtex2PlacementInfo

public Virtex2PlacementInfo(Cell c)

Virtex2PlacementInfo

public Virtex2PlacementInfo(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.