Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17255 Discussions

Is there any other methods to open System Console?

Altera_Forum
Honored Contributor II
4,613 Views

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 

 

Jerry
0 Kudos
7 Replies
Altera_Forum
Honored Contributor II
3,322 Views

In Quartus II software, Tools > System Debugging Tools > System Console 

 

Is it what you want?
0 Kudos
Altera_Forum
Honored Contributor II
3,322 Views

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/.

0 Kudos
Altera_Forum
Honored Contributor II
3,322 Views

 

--- 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!
0 Kudos
Altera_Forum
Honored Contributor II
3,322 Views

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
0 Kudos
Altera_Forum
Honored Contributor II
3,322 Views

 

--- 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!
0 Kudos
Altera_Forum
Honored Contributor II
3,322 Views

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

0 Kudos
Altera_Forum
Honored Contributor II
3,322 Views

 

--- 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.
0 Kudos
Reply