verilator/test_regress/t/t_func_refio_bad.out

7 lines
384 B
Plaintext
Raw Normal View History

%Error: t/t_func_refio_bad.v:16:17: Ref argument requires matching types; port 'q' requires 'integer$[$]' but connection is 'logic[31:0]'.
: ... note: In instance 't'
2020-11-28 19:46:14 +01:00
16 | queue_set(42);
| ^~
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
2020-11-28 19:46:14 +01:00
%Error: Exiting due to