- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
What commands should be used for adding/removing the signals to/from SignalTap?
Thank you!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The 'quartus_sh --qhelp' is an invalid command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is it possible to re-arrange the SignalTap instances?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page