-
Notifications
You must be signed in to change notification settings - Fork 27
always_random_inputs
Nicolai Mueller edited this page Sep 12, 2024
·
1 revision
String Array
none - Can be specified if desired.
Specifies all signals that are fresh random inputs. Fresh random signals supply new randomness for each simulated clock cycle, generated by an internal PRNG.
We recommend to use this setting if your masked design requires fresh (online) randomness.
"simulation": {
"always_random_inputs": [
"OneBitFreshRand",
"FiveBitFreshRand[4:0]"
]
}
In this example, we specify the signal named OneBitFreshRand
and the five-bit vector FiveBitFreshRand
as fresh random value.