Uses of Class
byucc.jhdl.base.PlacementInfo

Packages that use PlacementInfo
byucc.jhdl.base   
byucc.jhdl.CSRC   
byucc.jhdl.Logic   
byucc.jhdl.Xilinx.Virtex   
byucc.jhdl.Xilinx.Virtex2   
byucc.jhdl.Xilinx.XC4000   
byucc.jhdl.Xilinx.XC4000.techmap   
byucc.jhdl.Xilinx.XC9000   
 

Uses of PlacementInfo in byucc.jhdl.base
 

Methods in byucc.jhdl.base that return PlacementInfo
 PlacementInfo Cell.getPlacementInfo()
          Get the PlacementInfo object associated with this cell.
 

Methods in byucc.jhdl.base with parameters of type PlacementInfo
 void Cell.setPlacementInfo(PlacementInfo pi)
          Set the PlacementInfo object associated with this cell.
 

Uses of PlacementInfo in byucc.jhdl.CSRC
 

Methods in byucc.jhdl.CSRC that return PlacementInfo
 PlacementInfo CSRCTechMapper.createPlacementInfo(Cell c)
           
 

Uses of PlacementInfo in byucc.jhdl.Logic
 

Methods in byucc.jhdl.Logic that return PlacementInfo
 PlacementInfo TechMapper.createPlacementInfo(Cell c)
           
 

Uses of PlacementInfo in byucc.jhdl.Xilinx.Virtex
 

Subclasses of PlacementInfo in byucc.jhdl.Xilinx.Virtex
 class VirtexPlacementInfo
           
 

Methods in byucc.jhdl.Xilinx.Virtex that return PlacementInfo
 PlacementInfo VirtexTechMapper.createPlacementInfo(Cell c)
           
 

Uses of PlacementInfo in byucc.jhdl.Xilinx.Virtex2
 

Subclasses of PlacementInfo in byucc.jhdl.Xilinx.Virtex2
 class Virtex2PlacementInfo
           
 

Methods in byucc.jhdl.Xilinx.Virtex2 that return PlacementInfo
 PlacementInfo Virtex2TechMapper.createPlacementInfo(Cell c)
           
 

Uses of PlacementInfo in byucc.jhdl.Xilinx.XC4000
 

Methods in byucc.jhdl.Xilinx.XC4000 that return PlacementInfo
 PlacementInfo XC4000TechMapper.createPlacementInfo(Cell c)
           
 

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

Subclasses of PlacementInfo in byucc.jhdl.Xilinx.XC4000.techmap
 class XC4000PlacementInfo
           
 

Uses of PlacementInfo in byucc.jhdl.Xilinx.XC9000
 

Subclasses of PlacementInfo in byucc.jhdl.Xilinx.XC9000
 class XC9000PlacementInfo
           
 

Methods in byucc.jhdl.Xilinx.XC9000 that return PlacementInfo
 PlacementInfo XC9000TechMapper.createPlacementInfo(Cell c)
           
 



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