PlanV Project: try to enable the randomization in sv-uvm testbench with Verilator.
In constraint_random/ folder, I put some demos inside it to check whether constraint_randomization works with Verilator.
Currently,
- constraint works with Verilator.(check the demo in demo/ folder.)
- conditional constraint does not work with verilator, you can check in conditinoal_constraint/ folder. Works with vsim but not works with Verilator.(Solved... With a different way)
- randomize() with{} not supported in Verilator.(check the demo in demo/ folder.) (solved by Verilator)
- Union and dynamic array not supported as rand variables.(check the demo in demo/ folder.) (in progress...)