mirror of
https://github.com/verilator/verilator.git
synced 2025-01-10 16:47:48 +00:00
9 lines
465 B
Plaintext
9 lines
465 B
Plaintext
%Error-UNSUPPORTED: t/t_mod_interface_array3.v:25:20: Unsupported: Multidimensional instances/interfaces.
|
|
25 | a_if iface [2:0][1:0];
|
|
| ^
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
|
%Error-UNSUPPORTED: t/t_mod_interface_array3.v:27:18: Unsupported: Multidimensional instances/interfaces.
|
|
27 | sub i_sub[2:0][1:0] (.s(str));
|
|
| ^
|
|
%Error: Exiting due to
|