Forum Discussion
Altera_Forum
Honored Contributor
10 years agoThe error is quite self explanitory. You cant create a symbol file that has a 2d array of integers.
Why are you using integers, that map to 32 bit signed numbers? do you need the full range? why not use a signed type?