byucc.jhdl.Xilinx.Virtex
Class VirtexPlacementInfo

java.lang.Object
  extended bybyucc.jhdl.base.PlacementInfo
      extended bybyucc.jhdl.Xilinx.Virtex.VirtexPlacementInfo

public class VirtexPlacementInfo
extends PlacementInfo


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

VirtexPlacementInfo

public VirtexPlacementInfo(Cell c)

VirtexPlacementInfo

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