2020-03-21 15:24:24 +00:00
|
|
|
%Warning-UNUSED: t/t_lint_unused_bad.v:17:15: Bits of signal are not used: 'assunu1'[5:1]
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... In instance t.sub
|
2020-04-04 00:07:46 +00:00
|
|
|
17 | wire [5:0] assunu1 = 0;
|
|
|
|
| ^~~~~~~
|
2021-04-24 14:33:49 +00:00
|
|
|
... For warning description see https://verilator.org/warn/UNUSED?v=latest
|
2019-05-31 00:30:59 +00:00
|
|
|
... Use "/* verilator lint_off UNUSED */" and lint_on around source to disable this message.
|
2020-03-21 15:24:24 +00:00
|
|
|
%Warning-UNDRIVEN: t/t_lint_unused_bad.v:21:17: Bits of signal are not driven: 'udrb2'[14:13,11]
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... In instance t.sub
|
2020-04-04 00:07:46 +00:00
|
|
|
21 | wire [15:10] udrb2;
|
|
|
|
| ^~~~~
|
2020-03-21 15:24:24 +00:00
|
|
|
%Warning-UNUSED: t/t_lint_unused_bad.v:26:15: Signal is not driven, nor used: 'unu3'
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... In instance t.sub
|
2020-04-04 00:07:46 +00:00
|
|
|
26 | wire unu3;
|
|
|
|
| ^~~~
|
2020-03-21 15:24:24 +00:00
|
|
|
%Warning-UNUSED: t/t_lint_unused_bad.v:28:15: Bits of signal are not driven, nor used: 'mixed'[3]
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... In instance t.sub
|
2020-04-04 00:07:46 +00:00
|
|
|
28 | wire [3:0] mixed;
|
|
|
|
| ^~~~~
|
2020-03-21 15:24:24 +00:00
|
|
|
%Warning-UNUSED: t/t_lint_unused_bad.v:28:15: Bits of signal are not used: 'mixed'[2]
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... In instance t.sub
|
2020-04-04 00:07:46 +00:00
|
|
|
28 | wire [3:0] mixed;
|
|
|
|
| ^~~~~
|
2020-03-21 15:24:24 +00:00
|
|
|
%Warning-UNDRIVEN: t/t_lint_unused_bad.v:28:15: Bits of signal are not driven: 'mixed'[1]
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... In instance t.sub
|
2020-04-04 00:07:46 +00:00
|
|
|
28 | wire [3:0] mixed;
|
|
|
|
| ^~~~~
|
2020-12-08 00:49:50 +00:00
|
|
|
%Warning-UNUSED: t/t_lint_unused_bad.v:37:14: Parameter is not used: 'UNUSED_P'
|
|
|
|
: ... In instance t.sub
|
|
|
|
37 | parameter UNUSED_P = 1;
|
|
|
|
| ^~~~~~~~
|
|
|
|
%Warning-UNUSED: t/t_lint_unused_bad.v:38:15: Parameter is not used: 'UNUSED_LP'
|
|
|
|
: ... In instance t.sub
|
|
|
|
38 | localparam UNUSED_LP = 2;
|
|
|
|
| ^~~~~~~~~
|
|
|
|
%Warning-UNUSED: t/t_lint_unused_bad.v:40:15: Genvar is not driven, nor used: 'unused_gv'
|
|
|
|
: ... In instance t.sub
|
|
|
|
40 | genvar unused_gv;
|
|
|
|
| ^~~~~~~~~
|
2018-11-03 18:59:04 +00:00
|
|
|
%Error: Exiting due to
|