2020-03-21 15:24:24 +00:00
|
|
|
%Error-PORTSHORT: t/t_lint_subout_bad.v:12:14: Output port is connected to a constant pin, electrical short
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... In instance t
|
2020-04-04 00:07:46 +00:00
|
|
|
12 | sub sub1(.out({32'b0, sig}));
|
|
|
|
| ^~~
|
2021-04-18 14:16:18 +00:00
|
|
|
... For error description see https://verilator.org/warn/PORTSHORT?v=4.201
|
2020-03-21 15:24:24 +00:00
|
|
|
%Error-PORTSHORT: t/t_lint_subout_bad.v:13:14: Output port is connected to a constant pin, electrical short
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... In instance t
|
2020-04-04 00:07:46 +00:00
|
|
|
13 | sub sub2(.out({32'b1, sig}));
|
|
|
|
| ^~~
|
2020-03-21 15:24:24 +00:00
|
|
|
%Error-PORTSHORT: t/t_lint_subout_bad.v:11:14: Output port is connected to a constant pin, electrical short
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... In instance t
|
2020-04-04 00:07:46 +00:00
|
|
|
11 | sub sub0(.out(33'b0));
|
|
|
|
| ^~~
|
2019-02-28 02:06:07 +00:00
|
|
|
%Error: Exiting due to
|