使用 MicroBlaze 的设计具有比器件容量更多的实例化块 RAM。考虑定位到不同的部分

Design with MicroBlaze has more instantiated block-RAMs than device capacity. Consider targetting to a different part

我有一个使用Xilinx部分的设计:XC7A100T(FGG484ABX21),环境:WIN10 19043.1348,VIVADO 2018.3。根据数据表:https://www.xilinx.com/content/dam/xilinx/support/documentation/selection-guides/cost-optimized-product-selection-guide.pdf#A7,XC7A100T 应该有 4,860 Kb (4860*1000/8/1024= 593 KiB) BRAM,而我只使用了其中的 512 KiB

内存地址分配如下:

当我尝试进行综合时,VIVADO 向我抛出错误:

有什么问题吗?谢谢!

:) 谢谢 @Pradyuman Bissa。问题已解决。 GPIB FIFO 使用了将近 50% 的 BRAM。