2021-04-02 00:17:42 +02:00
|
|
|
%Error-PINNOTFOUND: t/t_lint_pinnotfound_bad.v:12:13: Pin not found: 'x'
|
|
|
|
|
12 | b b_inst1 (.x(1'b0));
|
|
|
|
|
| ^
|
2021-04-24 16:33:49 +02:00
|
|
|
... For error description see https://verilator.org/warn/PINNOTFOUND?v=latest
|
2023-10-15 18:59:36 +02:00
|
|
|
%Error-PINNOTFOUND: t/t_lint_pinnotfound_bad.v:13:6: Parameter not found: 'PX'
|
2021-04-02 00:17:42 +02:00
|
|
|
13 | b #(.PX(1'b0)) b_inst2 ();
|
|
|
|
|
| ^~
|
|
|
|
|
%Error: Exiting due to
|