9 lines
502 B
Plaintext
9 lines
502 B
Plaintext
%Error: t/t_constraint_soft_randc_bad.v:10:28: Randc variables not allowed in 'constraint soft' (IEEE 1800-2023 18.5.13.1)
|
|
10 | constraint c_bad { soft rc > 4; }
|
|
| ^~
|
|
t/t_constraint_soft_randc_bad.v:10:23: ... Location of restricting expression
|
|
10 | constraint c_bad { soft rc > 4; }
|
|
| ^~~~
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
|
%Error: Exiting due to
|