Uses of Class
byucc.jhdl.Xilinx.XC4000.techmap.PlacedCell

Packages that use PlacedCell
byucc.jhdl.Xilinx.XC4000.techmap   
byucc.jhdl.Xilinx.XC4000.techmap.lists   
 

Uses of PlacedCell in byucc.jhdl.Xilinx.XC4000.techmap
 

Subclasses of PlacedCell in byucc.jhdl.Xilinx.XC4000.techmap
 class PlacedHierarchicalCell
           
 class PlacedLeafCell
           
 

Fields in byucc.jhdl.Xilinx.XC4000.techmap declared as PlacedCell
 PlacedCell PlacedCell.next
           
 

Methods in byucc.jhdl.Xilinx.XC4000.techmap that return PlacedCell
 PlacedCell CLB.getPlacedCellResource(int resourceID)
           
 

Methods in byucc.jhdl.Xilinx.XC4000.techmap with parameters of type PlacedCell
 boolean CLB.unload(PlacedCell pc, int id)
           
 void XC4000FloorPlanCanvas.paintPlacedCell(PlacedCell pc)
           
 

Uses of PlacedCell in byucc.jhdl.Xilinx.XC4000.techmap.lists
 

Methods in byucc.jhdl.Xilinx.XC4000.techmap.lists that return PlacedCell
 PlacedCell PlacedCellList.getPlacedCell()
           
 PlacedCell SelectedPlacedCellList.getPlacedCell()
           
 

Methods in byucc.jhdl.Xilinx.XC4000.techmap.lists with parameters of type PlacedCell
 void PlacedCellList.append(PlacedCell c)
           
 void SelectedPlacedCellList.append(PlacedCell pc)
           
 void SelectedPlacedCellList.insert(PlacedCell pc)
           
 



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