2020-03-21 15:24:24 +00:00
|
|
|
%Warning-PINMISSING: t/t_lint_pindup_bad.v:19:4: Cell has missing pin: 'exists'
|
2020-04-04 00:07:46 +00:00
|
|
|
19 | sub (.o(o),
|
|
|
|
| ^~~
|
2021-04-24 14:33:49 +00:00
|
|
|
... For warning description see https://verilator.org/warn/PINMISSING?v=latest
|
2019-07-14 00:30:32 +00:00
|
|
|
... Use "/* verilator lint_off PINMISSING */" and lint_on around source to disable this message.
|
2020-03-21 15:24:24 +00:00
|
|
|
%Error: t/t_lint_pindup_bad.v:21:10: Duplicate pin connection: 'i'
|
2020-04-04 00:07:46 +00:00
|
|
|
21 | .i(i2),
|
|
|
|
| ^
|
2020-03-21 15:24:24 +00:00
|
|
|
t/t_lint_pindup_bad.v:20:10: ... Location of original pin connection
|
2020-04-04 00:07:46 +00:00
|
|
|
20 | .i(i),
|
|
|
|
| ^
|
2021-04-01 22:17:42 +00:00
|
|
|
%Error-PINNOTFOUND: t/t_lint_pindup_bad.v:22:10: Pin not found: 'nexist'
|
|
|
|
: ... Suggested alternative: 'exists'
|
2020-04-04 00:07:46 +00:00
|
|
|
22 | .nexist(i2)
|
|
|
|
| ^~~~~~
|
2021-04-01 22:17:42 +00:00
|
|
|
%Error-PINNOTFOUND: t/t_lint_pindup_bad.v:16:9: Parameter pin not found: 'NEXIST'
|
|
|
|
: ... Suggested alternative: 'EXIST'
|
2020-04-04 00:07:46 +00:00
|
|
|
16 | .NEXIST(1),
|
|
|
|
| ^~~~~~
|
2020-03-21 15:24:24 +00:00
|
|
|
%Error: t/t_lint_pindup_bad.v:17:9: Duplicate parameter pin connection: 'P'
|
2020-04-04 00:07:46 +00:00
|
|
|
17 | .P(2),
|
|
|
|
| ^
|
2020-03-21 15:24:24 +00:00
|
|
|
t/t_lint_pindup_bad.v:15:8: ... Location of original parameter pin connection
|
2020-04-04 00:07:46 +00:00
|
|
|
15 | #(,
|
|
|
|
| ^
|
2020-03-21 15:24:24 +00:00
|
|
|
%Error: t/t_lint_pindup_bad.v:18:9: Duplicate parameter pin connection: 'P'
|
2020-04-04 00:07:46 +00:00
|
|
|
18 | .P(3))
|
|
|
|
| ^
|
2020-03-21 15:24:24 +00:00
|
|
|
t/t_lint_pindup_bad.v:15:8: ... Location of original parameter pin connection
|
2020-04-04 00:07:46 +00:00
|
|
|
15 | #(,
|
|
|
|
| ^
|
2018-11-03 18:59:04 +00:00
|
|
|
%Error: Exiting due to
|