mirror of
https://github.com/verilator/verilator.git
synced 2025-01-08 15:47:36 +00:00
8 lines
449 B
Plaintext
8 lines
449 B
Plaintext
|
%Warning-UNUSEDSIGNAL: t/t_cover_unused_bad.v:14:10: Signal is not used: 'unu3'
|
||
|
: ... In instance t
|
||
|
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
|