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 agoThanks Tricky.
It get it now. Just one more question regarding to "integer_vector": - How to use / which package do I have to include so that I can use this "integer_vector" type ? Since it gives no suggestion for this type when I'm typing. I tried to search for answer but couldn't find. Thanks