1 2 3 4 5 6 7 8 9 10
  
     | 
    
      %Error: t/t_interface_ar3.v:16:36: Unsupported: interface slices
                                 : ... note: In instance 't'
   16 |    sub sub01 [2] (.clk, .infc(iinst[0:1]));
      |                                    ^
        ... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
%Error: Internal Error: t/t_interface_ar3.v:16:36: ../V3Inst.cpp:#: No interface varref under array
                                                 : ... note: In instance 't'
   16 |    sub sub01 [2] (.clk, .infc(iinst[0:1]));
      |                                    ^
                        ... This fatal error may be caused by the earlier error(s); resolve those first.
 
     |