Forum Discussion
Altera_Forum
Honored Contributor
8 years agoI compiled it for the 10M02SCE and there were no errors. Is it then safe to assume that this array is not using pre-initialized memory?
Also, notice that this array is declared as INTEGER, but it actually hold bytes. That was because VHDL (as far as I looked) wouldn't allow me to use numbers in decimal for bytes; only in binary. Is there a way to do this array using bytes with decimal numbers?