Forum Discussion
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