Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThere are at least two issues with your code:
- You can't use a variable outside a process. Define "a" as a signal instead. - a will be actually implemented with a range of 0 to 127 (next higher binary range) and not comply with the index range of array_t. What is the intended next index after 56?