package internal
- Alphabetic
- Public
- Protected
Type Members
- class DesignInfo extends AnyRef
Provides information about the design under test.
Provides information about the design under test. Currently assumes a single clock.
- class ForkBuilder extends AnyRef
- class SimThreadId extends AnyRef
- final class SyncArrayBuffer[A] extends Iterable[A]
A simple wrapper for a thread-safe queue
- class TesterThreadList extends AnyRef
Value Members
- case object CachingAnnotation extends NoTargetAnnotation with Product with Serializable
Hint for the backend to try and re-use a compiled simulation from a prior run.
- object Context
Global context object used to access the currently running test from the methods defined in the chiseltest package.
- object HardwareTesterBackend
Backend that allows us to run hardware testers in the style of
chisel3.testers.BasicTesterefficiently.Backend that allows us to run hardware testers in the style of
chisel3.testers.BasicTesterefficiently.- Note
if the dut extends chisel3.testers.BasicTester the
finishmethod will be called
- object PeekPokeTesterBackend
Backend that allows us to run old-style "PeekPoke" testers.
- case object PrintPeekPoke extends NoTargetAnnotation with Product with Serializable
Use this option to have all simulator interactions printed to stdout.
- object SimController
- object SyncArrayBuffer