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

How is system_console_rc.tcl supposed to be used with system console?

gyuunyuu
New Contributor II
1,068 Views

The QII53028 "Analyzing and Debugging Designs with System Console" states that:

"You can use the system_console_rc.tcl file in combination with your custom rc_script.tcl file. In this capacity, the system_console_rc.tcl file performs actions that System Console always needs and the local rc_script.tcl file performs actions for particular experiments."

Could someone please give an example of how the system_console_rc.tcl and rc_script.tcl can be used to "customize" the system console? I mean what is "customize" even supposed to mean?

We already know that although the system console is a terminal, it does not have the capability to autocomplete when we press tab. This is quite a serious limitation and it cannot be fixed anyway. What is the use of these two scripts then?

0 Kudos
4 Replies
sstrell
Honored Contributor III
1,057 Views

These scripts run automatically when the tool starts to set up service paths and claim services or start toolkits.  Basically, you can put anything in these scripts that you don't want to have to run later after the tool has started.

0 Kudos
gyuunyuu
New Contributor II
1,047 Views

Please give me some ideas, some examples, so I can make the most use of this.

 

Also, I have found that using exit() does not exist system console whether we are in command-line (using command line system-console) or the GUI version. How are we supposed to exit at all? With GUI we can select close option but with shell, I seems that we just need to close the shell manually since some process will always be running.

0 Kudos
Nurina
Employee
1,030 Views

You can find the console commands here, it has some examples you can go through too: https://www.intel.co.jp/content/dam/altera-www/global/ja_JP/pdfs/literature/ug/ug_system_console.pdf#page=7


What's important is that you close the service. I think that's what's running in the background.


0 Kudos
Nurina
Employee
1,008 Views

Hi,

We did not receive any response to the previous question/reply/answer that I have provided, thus I will put this case to close pending. Please post a response in the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you with your follow-up questions.

Regards,
Nurina

PS: If you find any comment from the community or Intel Support to be helpful, feel free to give Kudos.

0 Kudos
Reply