byucc.jhdl.platforms.util
Interface UtilConstants

All Known Implementing Classes:
ConnectionTemplate, GenericBoard, GenericProcessingElement, GenericUserCore, PortAssociation, UserPortInfo, VirtualPort, VPortInfo

public interface UtilConstants


Field Summary
static java.lang.String[] directions
           
static int IN
          Represents the in direction for the virtual port.
static java.lang.String NONE
          Used as the default attribute.
static int OUT
          Represents the out direction for the virtual port.
static int TRISTATE
          Represents a tristate port
static int UNASSIGNED
          Represents an unassigned port
 

Field Detail

IN

public static final int IN
Represents the in direction for the virtual port.

See Also:
Constant Field Values

OUT

public static final int OUT
Represents the out direction for the virtual port.

See Also:
Constant Field Values

TRISTATE

public static final int TRISTATE
Represents a tristate port

See Also:
Constant Field Values

UNASSIGNED

public static final int UNASSIGNED
Represents an unassigned port

See Also:
Constant Field Values

directions

public static final java.lang.String[] directions

NONE

public static final java.lang.String NONE
Used as the default attribute.

See Also:
Constant Field Values


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