Forum Discussion
Altera_Forum
Honored Contributor
13 years agoCould not read 8 bit data from custom ram
Hi every body! I'm a newbie in SOPC system design. I'm trying to create a custom ip, which has an internal RAM (declare as an array) and contacts with NIOS via Avalon MM bus. I'm using D...
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- thank dwesterg, did u mean i would bypass the read signal, just simple assign data like:
begin
readdata <= RAM_CONTENT(conv_integer(address));
process(...) -- for writing data
...
end process;
end behav;
i will do a try :) and report in this thread, thanks again :x --- Quote End --- THANK dwesterg SO MUCH!!! It returned right number. Why did i think like you :| I think address will be avaible before read signal is pulled up, as waveform in sopc. Oh, sometime, A small mistake is too hard to recognize. Thank dwesterg many, many times :x