verilator/test_regress/t/t_interface_ar3.out

11 lines
648 B
Plaintext
Raw Normal View History

2026-03-08 23:26:40 +01:00
%Error-UNSUPPORTED: t/t_interface_ar3.v:18:18: Unsupported: interface slices
2025-09-20 14:19:42 +02:00
: ... note: In instance 't'
2026-03-08 23:26:40 +01:00
18 | .infc(iinst[0:1])
| ^
2025-09-20 14:19:42 +02:00
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
2026-03-08 23:26:40 +01:00
%Error: Internal Error: t/t_interface_ar3.v:18:18: ../V3Inst.cpp:#: No interface varref under array
: ... note: In instance 't'
2026-03-08 23:26:40 +01:00
18 | .infc(iinst[0:1])
| ^
... This fatal error may be caused by the earlier error(s); resolve those first.