chisel3.simulator.stimulus.RunUntilSuccess
See theRunUntilSuccess companion object
trait RunUntilSuccess[A] extends () => A
Stimulus that will run a simulation expecting a "success" port to assert.
If the specified "success" port does not assert, then an Exceptions.Timeout will be thrown.
Attributes
- See also
- Companion
- object
- Source
- RunUntilSuccess.scala
- Graph
-
- Supertypes
-
trait A => Unitclass Objecttrait Matchableclass Any
Members list
In this article