2020-03-21 16:24:24 +01:00
|
|
|
%Warning-UNDRIVEN: t/t_lint_unused_iface_bad.v:8:10: Signal is not driven: 'sig_udrv'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't.sub'
|
2020-04-04 02:07:46 +02:00
|
|
|
8 | logic sig_udrv;
|
|
|
|
|
| ^~~~~~~~
|
2021-04-24 16:33:49 +02:00
|
|
|
... For warning description see https://verilator.org/warn/UNDRIVEN?v=latest
|
2019-05-31 02:30:59 +02:00
|
|
|
... Use "/* verilator lint_off UNDRIVEN */" and lint_on around source to disable this message.
|
2022-10-18 01:51:13 +02:00
|
|
|
%Warning-UNUSEDSIGNAL: t/t_lint_unused_iface_bad.v:9:10: Signal is not used: 'sig_uusd'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't.sub'
|
2020-04-04 02:07:46 +02:00
|
|
|
9 | logic sig_uusd;
|
|
|
|
|
| ^~~~~~~~
|
2025-04-05 23:10:28 +02:00
|
|
|
... 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.
|
2018-11-03 19:59:04 +01:00
|
|
|
%Error: Exiting due to
|