verilator/test_regress/t/t_lint_subout_bad.out

14 lines
667 B
Plaintext
Raw Normal View History

%Error-PORTSHORT: t/t_lint_subout_bad.v:11: Output port is connected to a constant pin, electrical short
: ... In instance t
sub sub1(.out({32'b0, sig}));
^~~
%Error-PORTSHORT: t/t_lint_subout_bad.v:12: Output port is connected to a constant pin, electrical short
: ... In instance t
sub sub2(.out({32'b1, sig}));
^~~
%Error-PORTSHORT: t/t_lint_subout_bad.v:10: Output port is connected to a constant pin, electrical short
: ... In instance t
sub sub0(.out(33'b0));
^~~
%Error: Exiting due to