Forum Discussion
Altera_Forum
Honored Contributor
8 years agoError (10779): VHDL error at memory.vhd(30): expression is not constant
Hello, i have an issue on this vhdl code, i need to increment the index of my vector to fill up a memory. the problem is that quartus reports me this error when i try to put a variable as an index li...
Altera_Forum
Honored Contributor
8 years agoWhy have you got such a large signed number? if you are intending on using a ram you should use an array of signed, not a single signed, and then index to a single element on any given clock cycle.