forked from github/verilator
6 lines
334 B
Plaintext
6 lines
334 B
Plaintext
%Error: t/t_inst_misarray_bad.v:17:23: Illegal input port connection 'foo', mismatch between port which is an array, and expression which is not an array. (IEEE 1800-2017 7.6)
|
|
: ... In instance t
|
|
17 | .foo(foo));
|
|
| ^~~
|
|
%Error: Exiting due to
|