Attributes
- Companion
- trait
- Source
- RunUntilSuccess.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RunUntilSuccess.type
Members list
Value members
Concrete methods
Return stimulus for any type. This requires the user to specify how to extract the clock and the success port from the type.
Return stimulus for any type. This requires the user to specify how to extract the clock and the success port from the type.
Value parameters
- getClock
-
a function to return a clock from the unit
- getSuccess
-
a function to return a port which asserts when the simulation has sucessfully finished
- maxCycles
-
the maximum number of cycles to run the unit for before a timeout
Attributes
- Source
- RunUntilSuccess.scala
Return default stimulus. This is the same as module.
Return default stimulus. This is the same as module.
Value parameters
- getSuccess
-
a function to return a port which asserts when the simulation has sucessfully finished
- maxCycles
-
the maximum number of cycles to run the unit for before a timeout
Attributes
- Source
- RunUntilSuccess.scala
Return stimulus for a Module
Return stimulus for a Module
Value parameters
- getSuccess
-
a function to return a port which asserts when the simulation has sucessfully finished
- maxCycles
-
the maximum number of cycles to run the unit for before a timeout
Attributes
- Source
- RunUntilSuccess.scala
Return stimulus for a SimulationTestHarnessInterface.
Return stimulus for a SimulationTestHarnessInterface.
Value parameters
- maxCycles
-
the maximum number of cycles to run the unit for before a timeout
Attributes
- Source
- RunUntilSuccess.scala