chisel3.simulator.stimulus.SimulationTestStimulus
See theSimulationTestStimulus companion object
sealed trait SimulationTestStimulus[A] extends () => A
Stimulus that runs a simulation until a "done" signal asserts, then checks a "success" signal to determine pass/fail.
If the "done" signal does not assert before the maximum number of cycles, an Exceptions.Timeout will be thrown. If "done" asserts but "success" is not asserted, an Exceptions.TestFailed will be thrown.
Attributes
- See also
- Companion
- object
- Source
- SimulationTestStimulus.scala
- Graph
-
- Supertypes
-
trait A => Unitclass Objecttrait Matchableclass Any
Members list
In this article