2019-07-12 02:09:30 +00:00
|
|
|
%Warning-IMPLICIT: t/t_lint_implicit.v:10: Signal definition not found, creating implicitly: 'b'
|
2019-07-15 01:42:03 +00:00
|
|
|
assign b = 1'b1;
|
|
|
|
^
|
2019-05-31 00:30:59 +00:00
|
|
|
... Use "/* verilator lint_off IMPLICIT */" and lint_on around source to disable this message.
|
2019-07-12 02:09:30 +00:00
|
|
|
%Warning-IMPLICIT: t/t_lint_implicit.v:12: Signal definition not found, creating implicitly: 'nt0'
|
2019-07-15 01:42:03 +00:00
|
|
|
or OR0 (nt0, a, b);
|
|
|
|
^~~
|
2019-07-12 02:09:30 +00:00
|
|
|
%Warning-IMPLICIT: t/t_lint_implicit.v:15: Signal definition not found, creating implicitly: 'dummy1'
|
2019-07-14 00:30:32 +00:00
|
|
|
: ... Suggested alternative: 'dummy_ip'
|
2019-07-15 01:42:03 +00:00
|
|
|
assign {dummy1, dummy2} = dummy_ip;
|
|
|
|
^~~~~~
|
2019-07-12 02:09:30 +00:00
|
|
|
%Warning-IMPLICIT: t/t_lint_implicit.v:15: Signal definition not found, creating implicitly: 'dummy2'
|
2019-07-14 00:30:32 +00:00
|
|
|
: ... Suggested alternative: 'dummy1'
|
2019-07-15 01:42:03 +00:00
|
|
|
assign {dummy1, dummy2} = dummy_ip;
|
|
|
|
^~~~~~
|
2018-11-03 18:59:04 +00:00
|
|
|
%Error: Exiting due to
|