Forum Discussion
Pardeepkumar
Occasional Contributor
8 months agoHi Team,
What is your purpose in running quartus_sh -g?
I want to run Quartus in GUI mode. Currently, we are compiling with Quartus in command line mode. The -g argument is supposed to launch the Quartus terminal in GUI mode.
However, the option -g does not appear to be a valid or supported flag for the quartus_sh command. If you're trying to launch the Quartus GUI, you might be thinking of:
quartus &
- The -g argument is valid, and even `quartus help gui` shows -g as one of the valid options.
- The `quartus &` command launches the Quartus GUI in project mode, which is not useful for my purposes.