2020-03-15 02:02:42 +00:00
|
|
|
%Warning-UNUSED: t/t_lint_unused_bad.v:16:15: Bits of signal are not used: 'assunu1'[5:1]
|
|
|
|
: ... In instance t.sub
|
2019-07-15 01:42:03 +00:00
|
|
|
wire [5:0] assunu1 = 0;
|
|
|
|
^~~~~~~
|
2019-05-31 00:30:59 +00:00
|
|
|
... Use "/* verilator lint_off UNUSED */" and lint_on around source to disable this message.
|
2020-03-15 02:02:42 +00:00
|
|
|
%Warning-UNDRIVEN: t/t_lint_unused_bad.v:20:17: Bits of signal are not driven: 'udrb2'[14:13,11]
|
|
|
|
: ... In instance t.sub
|
2019-07-15 01:42:03 +00:00
|
|
|
wire [15:10] udrb2;
|
|
|
|
^~~~~
|
2020-03-15 02:02:42 +00:00
|
|
|
%Warning-UNUSED: t/t_lint_unused_bad.v:25:15: Signal is not driven, nor used: 'unu3'
|
|
|
|
: ... In instance t.sub
|
2019-07-15 01:42:03 +00:00
|
|
|
wire unu3;
|
|
|
|
^~~~
|
2020-03-15 02:02:42 +00:00
|
|
|
%Warning-UNUSED: t/t_lint_unused_bad.v:27:15: Bits of signal are not driven, nor used: 'mixed'[3]
|
|
|
|
: ... In instance t.sub
|
2019-07-15 01:42:03 +00:00
|
|
|
wire [3:0] mixed;
|
|
|
|
^~~~~
|
2020-03-15 02:02:42 +00:00
|
|
|
%Warning-UNUSED: t/t_lint_unused_bad.v:27:15: Bits of signal are not used: 'mixed'[2]
|
|
|
|
: ... In instance t.sub
|
2019-07-15 01:42:03 +00:00
|
|
|
wire [3:0] mixed;
|
|
|
|
^~~~~
|
2020-03-15 02:02:42 +00:00
|
|
|
%Warning-UNDRIVEN: t/t_lint_unused_bad.v:27:15: Bits of signal are not driven: 'mixed'[1]
|
|
|
|
: ... In instance t.sub
|
2019-07-15 01:42:03 +00:00
|
|
|
wire [3:0] mixed;
|
|
|
|
^~~~~
|
2018-11-03 18:59:04 +00:00
|
|
|
%Error: Exiting due to
|