mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
12 lines
704 B
Plaintext
12 lines
704 B
Plaintext
%Error-UNSUPPORTED: t/t_unbounded_bad.v:9:11: Unsupported/illegal unbounded ('$') in this context.
|
|
: ... note: In instance 't'
|
|
9 | if ($) $stop;
|
|
| ^
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
|
%Warning-WIDTHTRUNC: t/t_unbounded_bad.v:9:7: Logical operator IF expects 1 bit on the If, but If's UNBOUNDED generates 32 bits.
|
|
: ... note: In instance 't'
|
|
9 | if ($) $stop;
|
|
| ^~
|
|
... Use "/* verilator lint_off WIDTHTRUNC */" and lint_on around source to disable this message.
|
|
%Error: Exiting due to
|