verilator/test_regress/t/t_vlt_warn_bad.out
2021-04-24 10:33:49 -04:00

11 lines
732 B
Plaintext

%Warning-DEPRECATED: t/t_vlt_warn_bad.vlt:12:10: Deprecated -msg in configuration files, use -rule instead.
12 | lint_off -msg WIDTH -file "*/t_vlt_warn.v" -lines 19-19
| ^~~~
... For warning description see https://verilator.org/warn/DEPRECATED?v=latest
... Use "/* verilator lint_off DEPRECATED */" and lint_on around source to disable this message.
%Warning-WIDTH: t/t_vlt_warn.v:21:33: Operator ASSIGN expects 1 bits on the Assign RHS, but Assign RHS's CONST '2'h3' generates 2 bits.
: ... In instance t
21 | reg width_warn3_var_line20 = 2'b11;
| ^~~~~
%Error: Exiting due to