verilator/test_regress/t/t_lint_defparam_bad.out
2020-03-21 11:24:24 -04:00

6 lines
297 B
Plaintext

%Warning-DEFPARAM: t/t_lint_defparam.v:10:19: Suggest replace defparam assignment with Verilog 2001 #(.P(...etc...))
defparam sub.P = 2;
^
... Use "/* verilator lint_off DEFPARAM */" and lint_on around source to disable this message.
%Error: Exiting due to