mirror of
https://github.com/verilator/verilator.git
synced 2025-02-08 14:41:48 +00:00
8 lines
401 B
Plaintext
8 lines
401 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; }
|
||
|
| ^~~~
|
||
|
%Error: Exiting due to
|