Altera_Forum
Honored Contributor
15 years agoSystemVerilog Extensions Error
Trying to declare a bidimensional array as input in a module.
I get the following error during synthesis --- Quote Start --- Error (10773): Verilog HDL error at FFT04.v(3): declaring module ports or function arguments with unpacked array types requires SystemVerilog extensions --- Quote End --- module declaration is the following:module test(A,Y);
input wire signed A ;
Is this a basic HDL error or can be solved setting some Quartus feature?
Thanks in advance