RElna
New Contributor
6 years agoSignal TAP JTAG Communication error on Commad line tool only, while it works on GUI?
Hi,
I am trying to collect data from signal tap by using quartus_stp from command line. However, I always get "JTAG communcation error. Check hardware setup".
When i attempt to collect data from the same design using GUI of signaltap it aquires data normally. Can you help me solve this issue ?
The tcl script I use is as follows:
open_session -name test.stp
run -instance auto_signaltap_0 -data_log test1-timeout 500
export_data_log -data_log test1-filename test1.csv -format csv
close_session
I wrote this in a test.tcl
then in windows cmd, I called
quartus_stp -t test.tcl
I get "JTAG Communication Error. Check hardware setup"
Best Regard
Rana