2019-07-12 02:09:30 +00:00
|
|
|
%Warning-PINNOCONNECT: t/t_inst_missing_bad.v:8: Cell pin is not connected: '__pinNumber2'
|
2019-07-15 01:42:03 +00:00
|
|
|
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.
|
2019-07-12 02:09:30 +00:00
|
|
|
%Warning-PINCONNECTEMPTY: t/t_inst_missing_bad.v:8: Cell pin connected by name with empty reference: 'nc'
|
2019-07-15 01:42:03 +00:00
|
|
|
sub sub (.ok(ok), , .nc());
|
|
|
|
^~
|
2019-07-12 02:09:30 +00:00
|
|
|
%Warning-PINMISSING: t/t_inst_missing_bad.v:8: Cell has missing pin: 'missing'
|
2019-07-15 01:42:03 +00:00
|
|
|
sub sub (.ok(ok), , .nc());
|
|
|
|
^~~
|
2018-11-03 18:59:04 +00:00
|
|
|
%Error: Exiting due to
|