verilator/test_regress/t/t_randomize_soft_randc_bad.out

6 lines
303 B
Plaintext
Raw Normal View History

2024-11-09 17:45:55 +00:00
%Error: t/t_randomize_soft_randc_bad.v:10:28: Randc variables not allowed in 'constraint soft' (IEEE 1800-2023 18.5.13.1)
: ... note: In instance 't'
10 | constraint c_bad { soft rc > 4; }
| ^~
%Error: Exiting due to