2

I have a problem in loading my program in FPGA ,I got this error:

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 Programming Failed due to errors while initializing bitstream.

halfelf
  • 9,737
  • 13
  • 54
  • 63
Ghizlane
  • 19
  • 3

1 Answers1

0

This just happened to me today, with an error message starting with:

FATAL:Data2MEM:44 - Out of memory allocating 'getMemory' object of 960000000 bytes.

The solution for me, was to simply reboot my computer (this has been mentioned in some places on the web too, including this Xilinx Forums thread).

gog
  • 1,220
  • 11
  • 30