System Console: Open Service Path cannot be found
Hi,
I have an existing TCL script that I use to test our products using System Console via byteblaster. The script stopped working probably sometime after i installed 19.2 or when i started developing on the Cyclone 10GX development board.
The error is at the very start of the script which is when i execute:
set mm [ lindex [ get_service_paths master ] 0 ]
open_service master $mm
What I get from open_service is:
error: open_service: Path cannot be found
while executing
"open_service master $mm"
Since the open_service fails, master_write/read commands doesn't working. The byteblaster is working because i can configure the FPGA.
I'm using a PC with Windows 10 Pro 64 bit. I developed the script either on Quartus Version 16 or 17 and TCL runs also doesn't work with the same failure on these 2 versions.
Thanks!