Uses of Class
byucc.jhdl.Logic.TechMapper

Packages that use TechMapper
byucc.jhdl.CSRC   
byucc.jhdl.Logic   
byucc.jhdl.TERA   
byucc.jhdl.Xilinx   
byucc.jhdl.Xilinx.Virtex   
byucc.jhdl.Xilinx.Virtex2   
byucc.jhdl.Xilinx.XC4000   
byucc.jhdl.Xilinx.XC9000   
 

Uses of TechMapper in byucc.jhdl.CSRC
 

Subclasses of TechMapper in byucc.jhdl.CSRC
 class CSRCTechMapper
           
 

Methods in byucc.jhdl.CSRC that return TechMapper
protected  TechMapper TESTCSRCLibrary.getLibraryTechMapper()
          Returns the library techmapper
 

Uses of TechMapper in byucc.jhdl.Logic
 

Fields in byucc.jhdl.Logic declared as TechMapper
protected static TechMapper LogicGates.tech_mapper
           
 

Methods in byucc.jhdl.Logic that return TechMapper
 TechMapper Logic.getTechMapper()
          Returns the TechMapper object associated with Logic.
static TechMapper Logic.getDefaultTechMapper()
          Returns the TechMapper object associated with the Logic class.
protected abstract  TechMapper LibrarySelfTester.getLibraryTechMapper()
          Returns the correct type of techmapper.
 

Methods in byucc.jhdl.Logic with parameters of type TechMapper
static void Logic.setDefaultTechMapper(TechMapper tm)
          Sets the default TechMapper associated with the Logic class.
 

Constructors in byucc.jhdl.Logic with parameters of type TechMapper
Logic(Node parent, TechMapper tm)
          Constructs a new Logic object with given node as parent, using the given TechMapper object for technology mapping.
Logic(Node parent, TechMapper tm, java.lang.String name, boolean connect_implicit_ports)
          Constructs a new Logic object with given node as parent, naming it with the given string, and using the given TechMapper object for technology mapping.
 

Uses of TechMapper in byucc.jhdl.TERA
 

Methods in byucc.jhdl.TERA that return TechMapper
protected  TechMapper TESTTERALibrary.getLibraryTechMapper()
          Returns the library techmapper
 

Uses of TechMapper in byucc.jhdl.Xilinx
 

Subclasses of TechMapper in byucc.jhdl.Xilinx
 class TechMapper
          Simple extension of TechMapper class.
 

Methods in byucc.jhdl.Xilinx that return TechMapper
protected  TechMapper TESTXilinxLibrary.getLibraryTechMapper()
          Determines the techmapper for the library.
 

Uses of TechMapper in byucc.jhdl.Xilinx.Virtex
 

Subclasses of TechMapper in byucc.jhdl.Xilinx.Virtex
 class VirtexTechMapper
          This is the tech-mapper for the Virtex library.
 

Methods in byucc.jhdl.Xilinx.Virtex that return TechMapper
protected  TechMapper TESTVirtexLibrary.getLibraryTechMapper()
          Returns the library techmapper
 

Uses of TechMapper in byucc.jhdl.Xilinx.Virtex2
 

Subclasses of TechMapper in byucc.jhdl.Xilinx.Virtex2
 class Virtex2TechMapper
          This is the tech-mapper for the Virtex2 library.
 

Methods in byucc.jhdl.Xilinx.Virtex2 that return TechMapper
protected  TechMapper Virtex2LibrarySelfTester.getLibraryTechMapper()
          Returns the library techmapper
protected  TechMapper TESTVirtex2Library.getLibraryTechMapper()
          Returns the library techmapper
 

Uses of TechMapper in byucc.jhdl.Xilinx.XC4000
 

Subclasses of TechMapper in byucc.jhdl.Xilinx.XC4000
 class XC4000TechMapper
          This is the tech-mapper for the XC4K library.
 

Methods in byucc.jhdl.Xilinx.XC4000 that return TechMapper
protected  TechMapper TESTXC4000Library.getLibraryTechMapper()
          Returns the library techmapper
 

Uses of TechMapper in byucc.jhdl.Xilinx.XC9000
 

Subclasses of TechMapper in byucc.jhdl.Xilinx.XC9000
 class XC9000TechMapper
          This is the tech-mapper for the XC9000 library.
 class XilinxTechMapper
          Simple extension of TechMapper class.
 

Methods in byucc.jhdl.Xilinx.XC9000 that return TechMapper
protected  TechMapper TESTXC9000Library.getLibraryTechMapper()
          Returns the library techmapper
 



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