ManuDwivedi
Occasional Contributor
2 years agoConverting a Evaluation License from Fixed to Float
Hello, As the title suggests I have a quartus prime pro evaluation license which I need to convert to float instead of fixed since. When I run ./lmutil lmstat -c /opt/intel/intelFPGA_pro/licenses...
- 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. I am not sure why that leads to the issue with the license being read incorrectly however.
export $PATH=$PATH:/opt/intel/intelFPGA_pro/quartus/bin/ does the trick.
Thanks