Hello,
I am working on FPGA of zedboard. I am trying to access BRAM memory (read and write) by using 32 bit address 0x78600000. I earlier tried reading and writing BRAM using 16 bit address, the code works fine. But the issue comes when I use 32 bit address for BRAM. The pg078-axi-bram-ctrl.pdf datasheet says that I can access 32 bit address for BRAM. But when I try to access it, I am getting range of memory as [-1:0] instead of [2^32 -1 :0].
Can anyone please help me out in this issue.