Package com.newisys.dv

Provides basic simulation support including thread and signal management.

See:
          Description

Interface Summary
ClockSignal Represents a clock signal and provides support for getting the current cycle count.
InOutSignal Represents an input/output signal (or multiple-bit input/output signal bus), which provides the capabilities of both an input and an output signal.
InputSignal Represents an input signal (or multiple-bit input signal bus).
OutputSignal Represents an output signal (or multiple-bit output signal bus).
Signal Represents a logical signal (or multiple-bit signal bus) that is typically accessed relative to a clock signal.
 

Class Summary
DV Contains convenience fields and methods for static simulations.
DVApplication The base class from which all Jove applications are derived.
DVSimulation Provides access to events and structures in the current simulation.
Mailbox<T> Implements an unlimited size, blocking FIFO using a SimulationManager.
PortSignalWrapper A wrapper that allows InputSignals and OutputSignals to be referenced as InOutSignals.
Semaphore Implements a counting semaphore using a SimulationManager.
 

Exception Summary
DVRuntimeException An exception to describe runtime errors that happen in the Jove infrastructure.
 

Package com.newisys.dv Description

Provides basic simulation support including thread and signal management.