verilator/test_regress/t/t_cover_unused_bad.out
2023-09-23 08:52:50 -04:00

8 lines
457 B
Plaintext

%Warning-UNUSEDSIGNAL: t/t_cover_unused_bad.v:14:10: Signal is not used: 'unu3'
: ... note: 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