Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discussions

TCL commands for adding/removing signals to/from SignalTap

ldm_as
Novice
1,575 Views

Hi All,

 

What commands should be used for adding/removing the signals to/from SignalTap? 

 

Thank you!

 

0 Kudos
5 Replies
RichardTanSY_Altera
1,547 Views

You can check all available signal tap tcl scripting by opens the Intel Quartus Prime Command-Line and Tcl API help

browser by insert command: quartus_sh --qhelp 

If not found, it most likely not available. You might need to manually add/remove the signals tapped in the .stp file directly.

ldm_as
Novice
1,547 Views

The 'quartus_sh --qhelp' is an invalid command

0 Kudos
RichardTanSY_Altera
1,542 Views

You need to run quartus_sh --qhelp from the command prompt. 

In the command prompt, go to where the quartus_sh.exe file directory located e.g. C:\intelFPGA\19.1\quartus\bin64.

Then, run quartus_sh --qhelp and GUI window will pop up showing the detailed listing of all command-line executables and Tcl commands including usage examples.

0 Kudos
ldm_as
Novice
1,547 Views

Is it possible to re-arrange the SignalTap instances?

0 Kudos
RichardTanSY_Altera
1,541 Views

Do you mean to run a specific instance? If so, yes. 

run -instance <instance> -signal_set signal_set_1 -trigger trigger_1 -data_log log_1 -timeout 5

Just specify the <instance> that you want to run in your tcl command. 

0 Kudos
Reply