2025-05-03 10:00:47 +02:00
|
|
|
%Warning-PINNOCONNECT: t/t_inst_missing_bad.v:13:17: Instance pin is not connected: '__pinNumber2'
|
2023-03-02 03:19:21 +01:00
|
|
|
13 | sub sub (ok, , nc);
|
|
|
|
|
| ^
|
2021-04-24 16:33:49 +02:00
|
|
|
... For warning description see https://verilator.org/warn/PINNOCONNECT?v=latest
|
2019-05-31 02:30:59 +02:00
|
|
|
... Use "/* verilator lint_off PINNOCONNECT */" and lint_on around source to disable this message.
|
2025-05-03 10:00:47 +02:00
|
|
|
%Warning-PINMISSING: t/t_inst_missing_bad.v:13:8: Instance has missing pin: 'missing'
|
2023-03-02 03:19:21 +01:00
|
|
|
13 | sub sub (ok, , nc);
|
2020-04-04 02:07:46 +02:00
|
|
|
| ^~~
|
2024-07-20 23:37:33 +02:00
|
|
|
t/t_inst_missing_bad.v:16:51: ... Location of port declaration
|
|
|
|
|
16 | module sub (input ok, input none, input nc, input missing);
|
|
|
|
|
| ^~~~~~~
|
2025-04-05 23:10:28 +02:00
|
|
|
... For warning description see https://verilator.org/warn/PINMISSING?v=latest
|
|
|
|
|
... Use "/* verilator lint_off PINMISSING */" and lint_on around source to disable this message.
|
2018-11-03 19:59:04 +01:00
|
|
|
%Error: Exiting due to
|