我正在使用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'
我的老板已经给出了在Altera板上测试PCI express的代码。代码由几个C代码文件组成,这些代码文件具有诸如读取Bios、设置一些寄存器、写入缓冲区等指令。我目前的工作是通过运行代码来查看代码的功能。我是FPGA的新手,我不能理解我将使用什么工具,编译器等为FPGA编译它。
因为它是一个C代码,所以我确信我不能使用与Verilog/VHDL相同的环境。我能得到一些关于哪些编译器可用于编译用于测试FPGA各种接口的C代码的提示吗?
感谢并致以问候
H
嗨,当执行下面的make file代码时,我收到一个错误,
Signing File 3E0022__.FPG
cp: missing destination file ******Error during cp command
Try `cp --help' for more information.****
这是我的脚本:
for fpga in $(LIST_A); do\
link=1;\
for disFpga in $(LIST_B); do\
if [ "$$fp