NI Labview FPGA: ERROR:Portability:3 - Xilinx Application has run out of memory

NI Labview FPGA: ERROR:Portability:3 - Xilinx Application has run out of memory

我正在使用 NI Labview FPGA 将设计编译和综合到 FPGA 上,遇到以下错误:

LabVIEW FPGA:  The compilation failed due to a Xilinx error.

Details:
ERROR:Portability:3 - This Xilinx application has run out of memory or has encountered a memory conflict.  Current memory usage is 4025524 kb.  You can try increasing your system's physical or virtual memory.  If you are using a Win32 system, you can increase your application memory from 2GB to 3GB using the /3G switch in your boot.ini file. For more information on this, please refer to Xilinx Answer Record #14932. For technical support on this issue, please visit http://www.xilinx.com/support. 

Process "Synthesize - XST" failed
INFO:TclTasksC:1850 - process run : Synthesize - XST is done.


Compilation Time
---------------------------
Date submitted: 17/01/2017 15:41
Date results were retrieved: 17/01/2017 17:01
Time waiting in queue: 00:11
Time compiling: 01:19:20
- Generate Xilinx IP: 00:00
- Estimate Resources - PlanAhead: 03:04
- Synthesize - XST: 01:14:54

这是否意味着云编译服务器 运行 内存不足?还是我的本地计算机 运行 内存不足?

我假设它是本地计算机。我怎样才能解决这个问题以便我可以编译我的设计?

在与一位 NI 工程师交谈后,我的设计似乎对于 FPGA 来说太大了,而云编译服务器仅设计用于支持实际适合其 FPGA 的设计编译,4GB 的 Ram 似乎是将设计编译到任何 NI 提供的 FPGA 上所需的一切。