Altera_Forum
Honored Contributor
14 years agosystem console returns empty jtag_debug service.
I want to leverage the system console to help resolve what looks like a jtag chain issue.
After programming the .sof file into the fpga, I open the system console. I tried the same commands than in jtag example section of chap12: Analyzing and debugging designs with the system console. typing: > get_service_paths jtag_debug ... returns an empty string, which makes this command fail: > set jd_path [lindex [get_service_paths jtag_debug] 0] ... since lindex returns -1 There is obviously a nios2 proc in the design with lev3 debug interface and a jtag_uart too. Any ideas why this occurs? This is using Quartus 11.0. Any help welcomed, --M