我在 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 编程失败。
我在 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 编程失败。
这只是今天发生在我身上,错误消息开头为:
FATAL:Data2MEM:44 - Out of memory allocating 'getMemory' object of 960000000 bytes.
对我来说,解决方案是简单地重新启动我的计算机(这在网络上的某些地方也提到过,包括这个 Xilinx 论坛线程)。