Forum Discussion
uniqueMR
New Contributor
1 year ago'make fpga_sim' Errors in Getting Started with oneAPI
Hi, I'm getting started with oneAPI following oneAPI samples for FPGAs, and run into errors when 'make fpga_sim': The referred lines of the makefile are: These are the step...
whitepau_altera
Contributor
1 year agoAre you able to launch questa from the command line? (i.e. using the vsim command)
Can you check your $PATH environment variable? I see that you installed both Questa FPGA edition and Questa FPGA Starter edition; if Questa FPGA edition (which is a paid tool) appears first in your $PATH, then the compiler will try to use it to generate your co-simulation EXE and then fail on license checkout, because the free license is only for Questa FPGA Starter Edition.
- uniqueMR1 year ago
New Contributor
Hi whitepau,
The issue has been resolved. I uninstalled the FPGA edition and only reserved the starter edition, and then it worked. Thanks a lot!
Best,
Runlong