07-29-2020 02:05 AM
HI
I wrote 20 data by incrementing the address for 0,4,8and so on while reading from bram I can see the data of 4th address location on both 0th address and 4 address why it is happening like this 0th address data is missing while reading.
I am using true duel port ram
please find the image below
07-30-2020 02:16 AM
True dual port bram has two ports, you need to be careful on address conflict, which is accessing the same address at the same time on different ports.
---------------------------------------------------------------------------------
Please Kudo or Accept as a solution, If this Post helped you.
---------------------------------------------------------------------------------