Uses of Class
byucc.jhdl.base.WireList

Packages that use WireList
byucc.jhdl.base   
byucc.jhdl.CSRC   
byucc.jhdl.DRC.Rules   
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 WireList in byucc.jhdl.base
 

Methods in byucc.jhdl.base that return WireList
 WireList Cell.getSourceWires()
          Returns a list containing all of the source wires for this Cell.
 WireList Cell.getSinkWires()
          Returns a list containing all of the sink wires for this Cell.
 WireList Wire.getAtomicWires()
          This blasts a wire into its atomic constituents.
 WireList Node.getWires()
          Returns the wires created by this node
 

Methods in byucc.jhdl.base with parameters of type WireList
protected  void Wire.initWireFromList(WireList wl)
          Deprecated. Use Wire.initWireFromArray(Wire[]) instead, which takes most significant bit in slot 0
 

Constructors in byucc.jhdl.base with parameters of type WireList
Wire(Cell parent, WireList wl, java.lang.String name)
          Deprecated. Use Wire.Wire(Cell, Wire[], String), which has most significant bits in slot 0
 

Uses of WireList in byucc.jhdl.CSRC
 

Methods in byucc.jhdl.CSRC with parameters of type WireList
 Wire CSRCTechMapper.concat(Cell parent, WireList wl, java.lang.String name)
           
 

Constructors in byucc.jhdl.CSRC with parameters of type WireList
CSRCWire(Cell parent, WireList wl)
           
CSRCWire(Cell parent, WireList wl, java.lang.String name)
           
 

Uses of WireList in byucc.jhdl.DRC.Rules
 

Fields in byucc.jhdl.DRC.Rules declared as WireList
protected  WireList MultipleDrivers.wires
          Wires to check for multiple drivers.
protected  WireList ClockWires.clockWires
          Will hold a list of clock wires.
 

Uses of WireList in byucc.jhdl.Logic
 

Methods in byucc.jhdl.Logic with parameters of type WireList
 Wire BasicTechMapper.concat(Cell parent, WireList wl, java.lang.String name)
           
 Wire LogicGates.concat(WireList wl)
          Returns a new wire that is the concatenation of the wires in the WireList parameter.
 Wire LogicGates.concat(WireList wl, java.lang.String name)
          Returns a new named wire that is the concatenation of the wires in the WireList parameter.
 Wire LogicGates.concat_o(WireList wl, Wire o)
          Returns a new wire that is the concatenation of the wires in the WireList parameter.
 Wire LogicGates.concat_o(WireList wl, Wire o, java.lang.String name)
          Returns a new named wire that is the concatenation of the wires in the WireList parameter.
 

Constructors in byucc.jhdl.Logic with parameters of type WireList
LogicWire(Cell parent, WireList wl)
          Deprecated. Use LogicWire(Cell, Wire[])
LogicWire(Cell parent, WireList wl, java.lang.String name)
          Deprecated. Use LogicWire(Cell, Wire[], String)
 

Uses of WireList in byucc.jhdl.TERA
 

Methods in byucc.jhdl.TERA with parameters of type WireList
 Wire TechMapper.concat(Cell parent, WireList wl, java.lang.String name)
           
 

Constructors in byucc.jhdl.TERA with parameters of type WireList
TWire(Cell parent, WireList wl)
           
TWire(Cell parent, WireList wl, java.lang.String name)
           
 

Uses of WireList in byucc.jhdl.Xilinx
 

Constructors in byucc.jhdl.Xilinx with parameters of type WireList
Xwire(Cell parent, WireList wl)
           
Xwire(Cell parent, WireList wl, java.lang.String name)
           
 

Uses of WireList in byucc.jhdl.Xilinx.Virtex
 

Methods in byucc.jhdl.Xilinx.Virtex with parameters of type WireList
 Wire VirtexTechMapper.concat(Cell parent, WireList wl, java.lang.String name)
           
 

Constructors in byucc.jhdl.Xilinx.Virtex with parameters of type WireList
Xwire(Cell parent, WireList wl)
           
Xwire(Cell parent, WireList wl, java.lang.String name)
           
 

Uses of WireList in byucc.jhdl.Xilinx.Virtex2
 

Methods in byucc.jhdl.Xilinx.Virtex2 with parameters of type WireList
 Wire Virtex2TechMapper.concat(Cell parent, WireList wl, java.lang.String name)
           
 

Constructors in byucc.jhdl.Xilinx.Virtex2 with parameters of type WireList
Xwire(Cell parent, WireList wl)
           
Xwire(Cell parent, WireList wl, java.lang.String name)
           
 

Uses of WireList in byucc.jhdl.Xilinx.XC4000
 

Methods in byucc.jhdl.Xilinx.XC4000 with parameters of type WireList
 Wire XilinxTechMapper.concat(Cell parent, WireList wl, java.lang.String name)
           
 

Constructors in byucc.jhdl.Xilinx.XC4000 with parameters of type WireList
Xwire(Cell parent, WireList wl)
           
Xwire(Cell parent, WireList wl, java.lang.String name)
           
 

Uses of WireList in byucc.jhdl.Xilinx.XC9000
 

Methods in byucc.jhdl.Xilinx.XC9000 with parameters of type WireList
 Wire XilinxTechMapper.concat(Cell parent, WireList wl, java.lang.String name)
           
 

Constructors in byucc.jhdl.Xilinx.XC9000 with parameters of type WireList
Xwire(Cell parent, WireList wl)
           
Xwire(Cell parent, WireList wl, java.lang.String name)
           
 



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