mirror of
https://github.com/verilator/verilator.git
synced 2025-01-09 16:17:36 +00:00
10 lines
365 B
Plaintext
10 lines
365 B
Plaintext
%Error: t/t_dpi_openreg_bad.v:13: Unsized/open arrays ('[]') are only supported in DPI imports
|
|
: ... In instance t
|
|
reg a [];
|
|
^
|
|
%Error: t/t_dpi_openreg_bad.v:14: Unsized/open arrays ('[]') are only supported in DPI imports
|
|
: ... In instance t
|
|
input b [];
|
|
^
|
|
%Error: Exiting due to
|