Uses of Class
byucc.jhdl.platforms.util.VPortInfo

Packages that use VPortInfo
byucc.jhdl.platforms.util   
 

Uses of VPortInfo in byucc.jhdl.platforms.util
 

Methods in byucc.jhdl.platforms.util that return VPortInfo
 VPortInfo GenericUserCore.wa(java.lang.String vport, int top, int bottom)
          This method is used to build the VPortInfo objects which are passed to the specialized connect calls.
 VPortInfo GenericUserCore.wa(java.lang.String vport, int index)
          This method is used to build the VPortInfo objects which are passed to the specialized connect calls.
 VPortInfo GenericUserCore.wa(java.lang.String vport)
          This method is used to build the VPortInfo objects which are passed to the specialized connect calls.
 VPortInfo GenericUserCore.wa(java.lang.String vport, int top, int bottom, java.lang.String attrib)
          This method is used to build the VPortInfo objects which are passed to the specialized connect calls.
 VPortInfo GenericUserCore.wa(java.lang.String vport, int index, java.lang.String attrib)
          This method is used to build the VPortInfo objects which are passed to the specialized connect calls.
 VPortInfo GenericUserCore.wa(java.lang.String vport, java.lang.String attrib)
          This method is used to build the VPortInfo objects which are passed to the specialized connect calls.
 VPortInfo GenericUserCore.wa(java.lang.String vport, int top, int bottom, java.lang.String[] attrib)
          This method is used to build the VPortInfo objects which are passed to the specialized connect calls.
 VPortInfo GenericUserCore.wa(java.lang.String vport, int index, java.lang.String[] attrib)
          This method is used to build the VPortInfo objects which are passed to the specialized connect calls.
 VPortInfo GenericUserCore.wa(java.lang.String vport, java.lang.String[] attrib)
          This method is used to build the VPortInfo objects which are passed to the specialized connect calls.
 

Methods in byucc.jhdl.platforms.util with parameters of type VPortInfo
 void UserPortInfo.addDirection(VPortInfo vpi)
          Method used to add a direction to a bit of a virtual port which has already been assigned.
 Wire GenericUserCore.connect(java.lang.String portName, VPortInfo vport)
          New connect call for GenericUserCores.
 Wire GenericUserCore.connect(java.lang.String portName, VPortInfo vpi, java.lang.String enable)
          New connect call for GenericUserCores.
 Wire VirtualPort.getWireForPort(VPortInfo vpi, java.lang.String portName)
          Used to get the wire for the port specified by the parameters.
 

Constructors in byucc.jhdl.platforms.util with parameters of type VPortInfo
UserPortInfo(java.lang.String name, VPortInfo vpi)
          Used to construct a port that has an enable wire.
 



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