Forum Discussion
Hi,
According to the link https://www.intel.com/content/www/us/en/programmable/products/boards_and_kits/dev-kits/altera/intel-fpga-pac-n3000/getting-started.html, you may follow the Intel Acceleration stack version, Quartus Prime version and system requirement, since there is a difference in hardware configuration in using different acceleration stack version.
For your information, the OPAE version created for Intel FPGA PAC N3000 is not compatible with any other Intel FPGA PAC.
The "make test-fpga" problem might be regrading to the LD data path for simulation is not correct. You may have an extra steps to have the simulation working replace ld from 'intelFPGA_pro/17.1/modelsim_ae/gcc-4.7.4-linux/libexec/gcc/i686-pc-linux-gnu/4.7.4/ld' to the one in 'usr/bin/'. After change the LD data path, the simulation will be run successfully.
I had send information related to the Intel PAC N3000 card to your email.
Can you check your email?
Thanks
- liuyz6 years ago
New Contributor
Thanks Mylee, we are trying on a new machine with RHEL 7. Will let you know how we go with it.
By the way, what do you exactly mean by "the OPAE version created for Intel FPGA PAC N3000 is not compatible with any other Intel FPGA PAC."? Is this for the host or the AFU?
Thanks a lot.