Forum Discussion
Hi Runlong.
What does it say in the vector_add_fpga_sim.log file?
Did you make sure to install the correct Quartus device files? This error often occurs if you didn't download the FPGA device files; there will be a note about missing Agilex™ 7 Device files in the log file.
You can download the Agilex™ 7 device support from the FPGA Software Download Center:
Look under 'Individual Files' and select the Agilex™ 7 Device support files:
Hi whitepau,
I checked the vector_add_fpga_sim.log file, and it reports some license issue. I've already configured the LM_LICENSE_FILE variable but without the other two (SALT_LICENSE_SERVER and MGLS_LICENSE_FILE). With my LM_LICENSE_FILE, I have full access to Quartus Prime Pro 24.1 with Agilex 7 device support. What should I do with the other two to support oneAPI workflow?
I also checked my Quartus device files and found that both Agilex 7 device support and Agilex common files had been installed.
Do you have any other clues on resolving this issue? Thanks a lot.
Best regards,
Runlong
- whitepau_altera2 years ago
Contributor
Thanks for sharing the log file.
That appears to be a questa license issue. We have documentation here on how to get a 0-cost Starter Edition license: https://www.intel.com/content/www/us/en/docs/programmable/683472/24-2/and-software-license.htmlWe are working on getting the installer to handle the questa license for you in the future.
- uniqueMR2 years ago
New Contributor
Hi whitepau,
I've generated the license for questa starter edition and configured the environmental variable in my ~/.bashrc, but it still reports the same issue:
Below is how I configure the license file in ~/.bashrc:
and also the content of my license file to make sure I get the proper one:
I attach my current sim report to this thread. Are there any clues on further resolving this issue? Thanks a lot.
Best regards,
Runlong