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

java.lang.Object
  extended bybyucc.jhdl.Xilinx.XC4000.techmap.tree.RecursionOperator
Direct Known Subclasses:
LeafCellListGenerator, PlacedCellSelector, PlacedLeafCellListGen, PlacementBoundsChecker

public abstract class RecursionOperator
extends java.lang.Object


Constructor Summary
RecursionOperator()
           
 
Method Summary
 void pop(Cell cell)
           
 void processHierarchicalNode(Cell cell)
           
 void processLeafNode(Cell cell)
           
 boolean push(Cell cell)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecursionOperator

public RecursionOperator()
Method Detail

processLeafNode

public void processLeafNode(Cell cell)

processHierarchicalNode

public void processHierarchicalNode(Cell cell)

push

public boolean push(Cell cell)

pop

public void pop(Cell cell)


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