Altera_Forum
Honored Contributor
8 years agoSignal Tap II Terasic Blaster Compatibility
System:
Quartus Prime V16.1 HW: Cyclone V product board with JTAG header. FPGA Design: A Qsys system with JTAG to Avalon Master bridge, OnChip memory, Clock Source, and System ID Peripheral I can configure the FPGA using the Terasic Blaster. Problem: On Signal Tap, whenever i run an analysis, i get a status of "Invalid JTAG hardware". This is after i setup my System Console and attempt to write to an On-Chip RAM. I execute System Console from Qsys and run the following: 1. set mm [ lindex [ get_service_paths master ] 0 ] 2. open_service master $mm 3. master_write_32 $mm 0x10 0xAB (Signal Tap hangs after System Console attempts to execute transaction for 60 secs.) Alternative command sequence: 1. set jd_path [lindex [get_service_paths jtag_debug] 0] 2. set m_path [lindex [get_service_paths master] 0] 3. set claim_path [claim_service master $m_path ""] 4. master_write_32 $claim_path 0x10 {1 2 3 4} (signal tap hangs after this as well...) Google search resulted with issues on Invalid JTAG Configuration, not "hardware". Is using a Terasic USB Blaster the problem? Thanks!