2021-03-15 00:36:43 +00:00
|
|
|
%Warning-DEFPARAM: t/t_lint_defparam.v:10:19: defparam is deprecated (IEEE 1800-2017 C.4.1)
|
|
|
|
: ... Suggest use instantiation with #(.P(...etc...))
|
2020-04-04 00:07:46 +00:00
|
|
|
10 | defparam sub.P = 2;
|
|
|
|
| ^
|
2021-04-24 14:33:49 +00:00
|
|
|
... For warning description see https://verilator.org/warn/DEFPARAM?v=latest
|
2019-05-31 00:30:59 +00:00
|
|
|
... Use "/* verilator lint_off DEFPARAM */" and lint_on around source to disable this message.
|
|
|
|
%Error: Exiting due to
|