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

Is there any other methods to open System Console?

Altera_Forum
名誉分销商 II
4,639 次查看

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 项奖励
7 回复数
Altera_Forum
名誉分销商 II
3,348 次查看

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

 

Is it what you want?
0 项奖励
Altera_Forum
名誉分销商 II
3,348 次查看

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 项奖励
Altera_Forum
名誉分销商 II
3,348 次查看

 

--- 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 项奖励
Altera_Forum
名誉分销商 II
3,348 次查看

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 项奖励
Altera_Forum
名誉分销商 II
3,348 次查看

 

--- 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 项奖励
Altera_Forum
名誉分销商 II
3,348 次查看

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 项奖励
Altera_Forum
名誉分销商 II
3,348 次查看

 

--- 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 项奖励
回复