Forum Discussion
Altera_Forum
Honored Contributor
17 years agoYou might want to change this snipet of code...
(A >= x"2000" and A <= x"4000") to (A >= x"2000" and A < x"4000") otherwise you will be writing to ram when the address is x"2000" and x"4000".