1
0
mirror of https://github.com/verilator/verilator.git synced 2025-01-24 07:14:22 +00:00
verilator/test_regress/t/t_interface_ar3.out

10 lines
571 B
Plaintext
Raw Normal View History

%Error: t/t_interface_ar3.v:16:36: Unsupported: interface slices
: ... In instance t
16 | sub sub01 [2] (.clk, .infc(iinst[0:1]));
| ^
%Error: Internal Error: t/t_interface_ar3.v:16:36: ../V3Inst.cpp:#: No interface varref under array
: ... In instance t
16 | sub sub01 [2] (.clk, .infc(iinst[0:1]));
| ^
... See the manual and https://verilator.org for more assistance.