Forum Discussion
AustinTatious
New Contributor
3 years agoget_service_paths yields no service paths
When I run "get_service_paths master" and "get_service_paths jtag_debug" in the Quartus system console but it yields an empty string. When I open the Quartus Prime Programmer and hit "auto detect", m...
- 3 years ago
Without the project design files, there's not much you can do.
sstrell
Super Contributor
3 years agoDoes your Platform Designer system design include the JTAG to Avalon bridge or some other bridging component (like a Nios processor)? Without that, you can't use those services.
- AustinTatious3 years ago
New Contributor
That is an excellent question and my gut tells me no. We received the code from the development team with a batch file to download the fpga configuration to the altera chip. I'll look around to see if the project file is in there so I can add a bridge component to the design. Hopefully that'll fix the problem.