Forum Discussion
Hi
You can use Quartus Prime Lite Edition to compile without any license cost in Eval mode. During Intel FPGA IP Evaluation Mode, the Compiler only generates a time-limited device programming file (<project name>_time_limited.sof) that expires at the time limit.
You need to purchase a full production license for licensed Intel FPGA IP cores to use the IP in production.
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/an/an320.pdf
- Frederik5 years ago
New Contributor
@AR_A_Intel wrote:You can use Quartus Prime Lite Edition to compile without any license cost in Eval mode. During Intel FPGA IP Evaluation Mode, the Compiler only generates a time-limited device programming file (<project name>_time_limited.sof) that expires at the time limit.
You need to purchase a full production license for licensed Intel FPGA IP cores to use the IP in production.
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/an/an320.pdf
Thank you for your reply.
I already know that I can use Quartus Prime Lite Edition to compile without any license cost in Evaluation mode. But is it possible to use Quartus Prime Lite Edition to compile a project without any license cost in production mode (not in evaluation mode), simply by only using Intel IP Cores, which are usable without license costs? Or do I have to purchase at least the Intel IP base suite for any project compiled for production with Quartus Prime Lite?
Let's be a little bit more concrete: The compiler of Quartus Prime Lite does does not generate a "<project name>_time_limited.sof" file for my project (which does not explicitly use any IP core listed to be contained in the Intel IP base suite). It only generates a "<project_name>.sof" file. So I expect the compiler not to run in evaluation mode, which is most likely the case because I do not use any Intel IP core with license costs involved. So, most likely, I do not have to purchase a full production license for anything from intel, and most likely I will be able to use "<project_name>.sof" without any time limitation for production.
Is this, most likely, without any guarantee, correct?