Forum Discussion
HKale1
New Contributor
7 years agoThanks for your reply. I had a few questions-
- Why is quartus required for OpenCL? Is it for programming the board?
- Also I just need to program the DE10 Nano board . So is it supported by quartus lite or will I still need to buy a standard license?
- Also, are there any free licenses for students for programming DE10 Nano
Thanks and Regards
Hrishikesh
HRZ
Frequent Contributor
7 years ago- The OpenCL code is [automatically] converted to verilog and then place and routed as normal. You need Quartus for placement and routing.
- If you want to use only HDL (Verilog/VHDL) on that board, Quartus lite will provide all the required functionality (including programming) without needing a license. If you want to use OpenCL, you need Quartus Prime Standard which requires a license.
- No license required for Quartus Lite. If you need OpenCL, you can ask your supervisor to apply for Intel's university program through which you can get a university license [for free] to use Quartus Prime Standard that supports OpenCL.
- HKale17 years ago
New Contributor
Thanks a lot for your help
Hrishikesh