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