7 lines
511 B
Plaintext
7 lines
511 B
Plaintext
%Warning-CONSTRAINTIGN: t/t_constraint_array_limit.v:16:22: Constraint array reduction ignored (array size 32 exceeds --constraint-array-limit of 16), treating as state
|
|
16 | constraint c {data.sum() with (item) < 1000;}
|
|
| ^~~
|
|
... For warning description see https://verilator.org/warn/CONSTRAINTIGN?v=latest
|
|
... Use "/* verilator lint_off CONSTRAINTIGN */" and lint_on around source to disable this message.
|
|
%Error: Exiting due to
|