Forum Discussion
Altera_Forum
Honored Contributor
8 years agousing typedef intput argument for function
Hi I want to pass a signal with a defined typedef into a function, however I got this error: 10476: type identifier "data" does nto agree with its usage as "int_array" type. 10559...
Altera_Forum
Honored Contributor
8 years agoFirst of all, integer_vector requires that you use VHDL 2008. Quartus does not have full 2008 support unless you use Quartus Pro 17+, so it may not be supported.
integer_vector is part of the std.standard package that is included in all VHDL files by default, so no package inclusion is necessary.