Attributes
- Companion
- trait
- Source
- SimulationTestStimulus.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
Value members
Concrete methods
Return stimulus for any type. This requires the user to specify how to extract the clock, done, and success signals from the type.
Return stimulus for any type. This requires the user to specify how to extract the clock, done, and success signals from the type.
Value parameters
- getClock
-
a function to return the clock from the unit
- getDone
-
a function to return the done signal from the unit
- getSuccess
-
a function to return the success signal from the unit
- maxCycles
-
the maximum number of cycles to run before timeout
- period
-
the clock period in time precision units
Attributes
- Source
- SimulationTestStimulus.scala
Return default stimulus. This is the same as module.
Return default stimulus. This is the same as module.
Value parameters
- getDone
-
a function to return the done signal from the module
- getSuccess
-
a function to return the success signal from the module
- maxCycles
-
the maximum number of cycles to run before timeout
- period
-
the clock period in time precision units
Attributes
- Source
- SimulationTestStimulus.scala
Return stimulus for a Module.
Return stimulus for a Module.
Value parameters
- getDone
-
a function to return the done signal from the module
- getSuccess
-
a function to return the success signal from the module
- maxCycles
-
the maximum number of cycles to run before timeout
- period
-
the clock period in time precision units
Attributes
- Source
- SimulationTestStimulus.scala
Return stimulus for a SimulationTestHarnessInterface.
Return stimulus for a SimulationTestHarnessInterface.
Value parameters
- maxCycles
-
the maximum number of cycles to run before timeout
- period
-
the clock period in time precision units
Attributes
- Source
- SimulationTestStimulus.scala