Hi,
I am confused about the size of the BRAM memory. The training video published on the Training and Videos link,section SoC Hardware, video Zynq overview,minute 8 http://zedboard.org/course/developing-zynq%C2%AE-7000-all-programmable-soc-hardware-vivado-20133-201441-20152-and-20162
says that the Z-7020 SoC has 560KB of Block RAM.
This link - https://lauri.xn--vsandi-pxa.com/2014/05/zynq-soc.html also states that the ZedBoard has 560KB of Block RAM.
I've added a BRAM module and a BRAM Controller to my design and when I look in the system.hdf file in the SDK my BRAM(the axi_bram_ctrl_0 more precisely) is in the range 0x4000 0000 –0x4000 1FFF. This means I have only 8KB of BRAM and I don't understand why. Why do I have only 8KB of BRAM? How can I have acces to the 560KB of BRAM that are mentioned in the ZedBoard Training Video?
Thank you!
Chakal