chisel3.simulator.Randomization
See theRandomization companion object
final class Randomization(val registers: Boolean, val memories: Boolean, val delay: Option[Int], val randomValue: Option[String])
A description of how a Chisel circuit should be randomized
Value parameters
- delay
-
an optional delay value to apply to the randomization. This will cause the randomization to be applied this many Verilog time units after the simulation starts.
- memories
-
if true, randomize the initial state of memories
- registers
-
if true, randomize the initial state of registers
Attributes
- Throws
-
IllegalArgumentException
if register and memory randomization are both disabled and delay or randomValue are non-empty
- Companion
- object
- Source
- Randomization.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article