Forum Discussion
Altera_Forum
Honored Contributor
17 years agoDE2 SRAM read/write problem
I want make a program that can read/write data with sram on de2 board But I has a trouble with read data! This only can read when I remove " this line" in the code! (I test this with de2 controlpa...
Altera_Forum
Honored Contributor
17 years agoYou forgot to drive sram_dq to three-state when not writing to the RAM.
sram_dq<= (others=>'Z') should be added to the other cases.