Forum Discussion
5 Replies
- RichardT_altera
Super Contributor
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
Occasional Contributor
The 'quartus_sh --qhelp' is an invalid command
- RichardT_altera
Super Contributor
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.
- ldm_as
Occasional Contributor
Is it possible to re-arrange the SignalTap instances?
- RichardT_altera
Super Contributor
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.