Forum Discussion
7 Replies
- Altera_Forum
Honored Contributor
In Quartus II software, Tools > System Debugging Tools > System Console
Is it what you want? - Altera_Forum
Honored Contributor
I found the bin sopc_builder.exe in ./[install_directory]/quartus/sopc_builder/bin. If you are a Linux user, the path would be ./[install_directory]/linux64/quartus/sopc_builder/bin/.
- Altera_Forum
Honored Contributor
--- Quote Start --- I found the bin sopc_builder.exe in ./[install_directory]/quartus/sopc_builder/bin. If you are a Linux user, the path would be ./[install_directory]/linux64/quartus/sopc_builder/bin/. --- Quote End --- Hello kkaibara, Thanks! - Altera_Forum
Honored Contributor
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 - Altera_Forum
Honored Contributor
--- 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 --- Hello Evgeni, Thanks, your information is useful for me! - Altera_Forum
Honored Contributor
Is there any possibilities to open gui tk application? My gui opens and immediately closes. I start tcl console with -cli and --script options. When I open my script from gui system-console it works fine
- Altera_Forum
Honored Contributor
--- 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.