2019-02-28 02:06:07 +00:00
|
|
|
%Error-PORTSHORT: t/t_lint_subout_bad.v:11: Output port is connected to a constant pin, electrical short
|
2019-07-26 16:52:38 +00:00
|
|
|
: ... In instance t
|
2019-07-15 01:42:03 +00:00
|
|
|
sub sub1(.out({32'b0, sig}));
|
|
|
|
^~~
|
2019-02-28 02:06:07 +00:00
|
|
|
%Error-PORTSHORT: t/t_lint_subout_bad.v:12: Output port is connected to a constant pin, electrical short
|
2019-07-26 16:52:38 +00:00
|
|
|
: ... In instance t
|
2019-07-15 01:42:03 +00:00
|
|
|
sub sub2(.out({32'b1, sig}));
|
|
|
|
^~~
|
2019-02-28 02:06:07 +00:00
|
|
|
%Error-PORTSHORT: t/t_lint_subout_bad.v:10: Output port is connected to a constant pin, electrical short
|
2019-07-26 16:52:38 +00:00
|
|
|
: ... In instance t
|
2019-07-15 01:42:03 +00:00
|
|
|
sub sub0(.out(33'b0));
|
|
|
|
^~~
|
2019-02-28 02:06:07 +00:00
|
|
|
%Error: Exiting due to
|