- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Currently, I must open Qsys firstly when i need system console to debug my project. Is there any other simple way to open it quickly? Such as open it thru batch file. Best Regard JerryLink Copied
7 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In Quartus II software, Tools > System Debugging Tools > System Console
Is it what you want?- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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/.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- 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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- 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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- 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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page