Class | Description |
---|---|
DLUnit |
The public
DLUnit interface: Use these methods to drive the underlying simulator and query its final
state. |
Globals |
Global values to use throughout DLUnit
|
Globals.ExitStatus |
Exit statuses returned by DLUnit
|
ISimulator |
Interface to various digital logic simulators.
|
Utilities |
Miscellaneous helper methods
|
Enum | Description |
---|---|
ISimulator.Extension |
Describes how a
BitSit should be extended when being set on a larger input pin. |
Exception | Description |
---|---|
IllegalValueException |
Thrown when attempting to set a value that requires more bits than are available on the target pin
|
InvalidElementException | |
InvalidTestCaseException |
Base class for exceptions thrown when a unit test is improperly written.
|
InvalidWidthException |
Thrown when attempting to set a value that requires more bits than are available on the target pin
|
NoSuchElementException |
Exception thrown when no element (pin, memory, etc) can be found with the given name
|
SimulationException |
Exception raised when there was a problem simulating a circuit.
|
Utilities.InvalidCircuitException |
Exception thrown if a circuit file cannot be parsed as a circuit.
|
Utilities.UnreadableFileException |
Exception thrown if a file is not accessible or readable.
|