ManuDwivedi
Occasional Contributor
2 years agoNo valid license for CoreDLA found
Hello, I have the Intel Premier Pro and building the bitstream for the example as per the instructions from Intel FPGA AI Suite for Arria10 SoC DevKit, section 3.3.2. Building the FPGA Bitstreams...
- 2 years ago
Hello! I was able to solve it myself, the issue was as simple as Quartus not being in $PATH. Which was given away because I wasn't able to invoke the quartus command and had to run it directly from ./opt/intel/intelFPGA_pro/quartus/bin/quartus.
export $PATH=$PATH:/opt/intel/intelFPGA_pro/quartus/bin/ does the trick.
Thanks.