byucc.jhdl.Xilinx.XC4000.techmap.tree
Class PlacementBoundsChecker

java.lang.Object
  extended bybyucc.jhdl.Xilinx.XC4000.techmap.tree.RecursionOperator
      extended bybyucc.jhdl.Xilinx.XC4000.techmap.tree.PlacementBoundsChecker

public class PlacementBoundsChecker
extends RecursionOperator


Field Summary
 int maxx
           
 int maxy
           
 int minx
           
 int miny
           
 int x
           
 int y
           
 
Constructor Summary
PlacementBoundsChecker()
           
 
Method Summary
 void pop(Cell cell)
           
 void processLeafNode(Cell cell)
           
 boolean push(Cell cell)
           
 
Methods inherited from class byucc.jhdl.Xilinx.XC4000.techmap.tree.RecursionOperator
processHierarchicalNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

minx

public int minx

miny

public int miny

maxx

public int maxx

maxy

public int maxy

x

public int x

y

public int y
Constructor Detail

PlacementBoundsChecker

public PlacementBoundsChecker()
Method Detail

push

public boolean push(Cell cell)
Overrides:
push in class RecursionOperator

pop

public void pop(Cell cell)
Overrides:
pop in class RecursionOperator

processLeafNode

public void processLeafNode(Cell cell)
Overrides:
processLeafNode in class RecursionOperator


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