I want to simulate and implement RTL projects on DevCloud. I wanted to run Quartus Pro on X2Go desktop. As per the instructions, I am supposed to edit quartus_setup.sh file. I am neither able to find the setup script nor the Quartus Pro software to launch. Basically I cannot find the locations of these files in the X2Go desktop. On terminal, is I try to edit, it says 'No such files or directories'. Am I missing something? How do we go about launching and running Quartus Pro? Do I need to install QP on my local device?
Instructions:
https://github.com/intel/FPGA-Devcloud/tree/master/main/QuickStartGuides/RTL_DE_board_Quickstart
Local PC details: Intel Core i7 OS: Linux Mint
Link Copied
All development tools are available in the /glob/development-tools folder. For Quartus development tools select the version folder. This folder has Quartus lite, standard, and pro versions. For the pro version select the intelFPGA_pro folder.
you can find the Quartus pro 20.1 in the below path.
/glob/development-tools/version/intelFPGA_pro/20.1/quartus/bin
launch pro using ./quartus command.
Hi @psk27182,
Thank you for posting in Intel community forum, please do let us know if issues still persist.
As mention by khyam that is the path for the development tool, you should be able to cp to your directory with this command
- cp /glob/development-tools/20.1/intelFPGA_pro/quartus_setup.sh ~
With that you shuold be able to proceed with editing the quartus_setup.sh file.
Please do try and let is know if it works.
Best Wishes
BB
For more complete information about compiler optimizations, see our Optimization Notice.