byucc.jhdl.apps.Stimulator
Interface StimulatorConstants

All Known Implementing Classes:
Stimulator

public interface StimulatorConstants

This interface provides several constants that may be common to more than one class in this package and that may be used by some classes outside of the Stimulator package.

Author:
Anthony L. Slade

Field Summary
static java.lang.String CLITYPE
          The name given for the group of CLI commands registered by Stimulators
static java.lang.String COMMAND_PUT
          Name of the command used to put to wires
static java.lang.String COMMAND_PUTLIST
          Name of the command used to show a list of the wires registered to the Stimulators
static java.lang.String DEFAULT_WIRE_SCHEDULE
          Before any manual puts are associated with a given wire, this is the schedule placed on that wire.
static java.lang.String HIGH_IMPEDANCE
          A string representing a value of high impedance to "put" on the wire.
static java.lang.String JHDLOUTPUT_NAME
          Name of the JHDLOutput set up to be used by the Stimulator and related classes
 

Field Detail

HIGH_IMPEDANCE

public static final java.lang.String HIGH_IMPEDANCE
A string representing a value of high impedance to "put" on the wire. If this is the value to be "put" on a wire, then the ValueForcer will actually not put any value. Instead it will let the wire float so that another source may put on it. The value of this string is "Z"

See Also:
Constant Field Values

DEFAULT_WIRE_SCHEDULE

public static final java.lang.String DEFAULT_WIRE_SCHEDULE
Before any manual puts are associated with a given wire, this is the schedule placed on that wire. This schedule is simply a constant zero.

See Also:
Constant Field Values

JHDLOUTPUT_NAME

public static final java.lang.String JHDLOUTPUT_NAME
Name of the JHDLOutput set up to be used by the Stimulator and related classes

See Also:
Constant Field Values

COMMAND_PUT

public static final java.lang.String COMMAND_PUT
Name of the command used to put to wires

See Also:
Constant Field Values

COMMAND_PUTLIST

public static final java.lang.String COMMAND_PUTLIST
Name of the command used to show a list of the wires registered to the Stimulators

See Also:
Constant Field Values

CLITYPE

public static final java.lang.String CLITYPE
The name given for the group of CLI commands registered by Stimulators

See Also:
Constant Field Values


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