verilator/test_regress/t/t_inst_misarray_bad.out
2024-03-02 10:15:19 -05:00

6 lines
342 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-2023 7.6)
: ... note: In instance 't'
17 | .foo(foo));
| ^~~
%Error: Exiting due to