Forum Discussion
Altera_Forum
Honored Contributor
12 years agoThe problem is rather caused by the below assignment which needs a constraint (e.g. if pointer <=7)
fifo(pointer - 1) <= fifo(pointer);The problem is rather caused by the below assignment which needs a constraint (e.g. if pointer <=7)
fifo(pointer - 1) <= fifo(pointer);