11-23-2020 12:47 PM
Tool version 2020.1.1.
In the block design editor I have a 16kB shared memory block as shown below (shared_ram_ctrl). The values in the block design address editor are correct. But when I export this hardware design to Vitis and update the hardware specification from the exported .xsa file the xparameters.h file shows only an 8kB block:
#define XPAR_SHARED_RAM_S_AXI_BASEADDR 0xC0000000U
#define XPAR_SHARED_RAM_S_AXI_HIGHADDR 0xC0001FFFU
I've tried resetting the BSP sources, which regenerates the xparameters.h, but still leaves the block only 8k long. The linker script also shows this block to be only 8kB.
What's the trick to getting the size to propagate properly?
11-25-2020 10:03 AM
Hi @norume,
Have you tried to Reset Output Product then Generate Output Product again before exporting the hardware?
11-25-2020 10:03 AM
Hi @norume,
Have you tried to Reset Output Product then Generate Output Product again before exporting the hardware?
11-25-2020 10:08 AM
Yep, that worked.
Thanks!