mciepluc / cocotb-coverage

Functional Coverage and Constrained Randomization Extensions for Cocotb
BSD 2-Clause "Simplified" License
100 stars 15 forks source link

Seed setup #41

Closed tsengr0916 closed 4 years ago

tsengr0916 commented 4 years ago

How do I set up a seed value and make sure the the randomization consistency is stable for every run and will get the same randomized results with the same seed?

Thanks, Richard

themperek commented 4 years ago

https://docs.cocotb.org/en/latest/building.html#envvar-RANDOM_SEED

tsengr0916 commented 4 years ago

Thanks!