2022-11-10 03:45:14 +01:00
|
|
|
%Warning-UNUSEDSIGNAL: t/t_cover_unused_bad.v:14:10: Signal is not used: 'unu3'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2022-11-10 03:45:14 +01:00
|
|
|
14 | logic unu3 = 0;
|
|
|
|
|
| ^~~~
|
|
|
|
|
... For warning description see https://verilator.org/warn/UNUSEDSIGNAL?v=latest
|
|
|
|
|
... Use "/* verilator lint_off UNUSEDSIGNAL */" and lint_on around source to disable this message.
|
|
|
|
|
%Error: Exiting due to
|