mirror of
https://github.com/verilator/verilator.git
synced 2024-12-29 10:47:34 +00:00
Tests: Fix interface syntax error
This commit is contained in:
parent
99e7dbc82b
commit
4a88ddc616
@ -1,5 +1,5 @@
|
||||
%Error-UNSUPPORTED: t/t_mod_interface_array3.v:22:20: Unsupported: Multidimensional instances/interfaces.
|
||||
22 | a_if iface [2:0][1:0];
|
||||
22 | 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:24:18: Unsupported: Multidimensional instances/interfaces.
|
||||
|
@ -19,7 +19,7 @@ module t;
|
||||
|
||||
string str [2:0][1:0];
|
||||
|
||||
a_if iface [2:0][1:0];
|
||||
a_if iface [2:0][1:0] ();
|
||||
|
||||
sub i_sub[2:0][1:0] (.s(str));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user