Factory of RunUntilFinished stimulus for different kinds of modules.
Attributes
- Companion
- trait
- Source
- RunUntilFinished.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RunUntilFinished.type
Members list
Value members
Concrete methods
Return stimulus for any type. This requires the user to specify how to extract the clock from the type.
Return stimulus for any type. This requires the user to specify how to extract the clock from the type.
Value parameters
- getClock
-
a function to return a clock from the unit
- maxCycles
-
the maximum number of cycles to run the unit for before a timeout
Attributes
- Source
- RunUntilFinished.scala
Return default stimulus. This is the same as module.
Return default stimulus. This is the same as module.
Value parameters
- maxCycles
-
the maximum number of cycles to run the unit for before a timeout
Attributes
- Source
- RunUntilFinished.scala
Return stimulus for a Module. This uses the default clock of the module to apply stimulus.
Return stimulus for a Module. This uses the default clock of the module to apply stimulus.
Value parameters
- maxCycles
-
the maximum number of cycles to run the unit for before a timeout
Attributes
- Source
- RunUntilFinished.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
- RunUntilFinished.scala