Forum Discussion
Altera_Forum
Honored Contributor
9 years agoMAX 10 in place of Cyclone IV
Well, this seems fine to me, but I thought I'd ask the experts before doing it: I've made a VHDL design that's currently working on a Cyclone IV E. It uses the internal RAM (dual port mode), ab...
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?