Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- System console can be opened from command-line. <install dir>/quartus/sopc_builder/bin/system-console -debug I often pass '-debug' switch to it to troubleshoot all kinds of issues such as application crashes. Other useful switches are '-cli --script <script_name>.tcl' to execute a TCL script in the command line mode without GUI, and '--help' to get accurate help for that Quartus revision. Thanks, Evgeni --- Quote End --- Thanks for sharing this useful info.