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

TCL commands for adding/removing signals to/from SignalTap

ldm_as
Novice
812 Views

Hi All,

 

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

 

Thank you!

 

0 Kudos
5 Replies
RichardTanSY_Intel
784 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
784 Views

The 'quartus_sh --qhelp' is an invalid command

0 Kudos
RichardTanSY_Intel
779 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
784 Views

Is it possible to re-arrange the SignalTap instances?

0 Kudos
RichardTanSY_Intel
778 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