I am writing a Testbench using Systemverilog and I want to have the freedom to choose in each test to either randomize some variables or specify their value (from a .do file or from command line). Is there any option in Systemverilog to do this?
Optional Randomization of enum variable
637 Views Asked by user281270 At
2
There are many things you can do, but the simplest is putting
+some_variable=value
on the command line, and then in your code