在FPGA中加载程序时出现问题,出现此错误:
FATAL:Data2MEM:44 - Out of memory allocating 'getMemory' object of 960000000 bytes.
Total memory already in use is 14823 bytes.
Source file "../s/DeviceTableUtils.c", line number 5692.
FPGA编程由于初始化位流时出错而失败。
答案 0 :(得分:0)
这只是今天发生在我身上,错误消息开头:
FATAL:Data2MEM:44 - Out of memory allocating 'getMemory' object of 960000000 bytes.
对我来说,解决方案是简单地重新启动计算机(网络上的某些地方也提到过,包括this Xilinx Forums thread)。