Forum Discussion
Altera_Forum
Honored Contributor
16 years agoDual Port RAM
hi. i try to store sine wave into dual port RAM. However , the output of RAM, q is 1 cycle slower. when i count, i already include 1 cycle for output registered. May i know why? i change the...
Altera_Forum
Honored Contributor
16 years agoWhen clock trigger, store_sin is 0 due to delay of fsin_o. So, the DRAM, save the 0 instead of -98 at address 3.
I disagree because when address 3 is read, the q value is -98 as it should be