2020-03-21 15:24:24 +00:00
|
|
|
%Warning-PINNOCONNECT: t/t_inst_missing_bad.v:9:22: Cell pin is not connected: '__pinNumber2'
|
2020-04-04 00:07:46 +00:00
|
|
|
9 | sub sub (.ok(ok), , .nc());
|
|
|
|
| ^
|
2019-05-31 00:30:59 +00:00
|
|
|
... Use "/* verilator lint_off PINNOCONNECT */" and lint_on around source to disable this message.
|
2020-03-21 15:24:24 +00:00
|
|
|
%Warning-PINCONNECTEMPTY: t/t_inst_missing_bad.v:9:25: Cell pin connected by name with empty reference: 'nc'
|
2020-04-04 00:07:46 +00:00
|
|
|
9 | sub sub (.ok(ok), , .nc());
|
|
|
|
| ^~
|
2020-03-21 15:24:24 +00:00
|
|
|
%Warning-PINMISSING: t/t_inst_missing_bad.v:9:8: Cell has missing pin: 'missing'
|
2020-04-04 00:07:46 +00:00
|
|
|
9 | sub sub (.ok(ok), , .nc());
|
|
|
|
| ^~~
|
2018-11-03 18:59:04 +00:00
|
|
|
%Error: Exiting due to
|