F-Tile debug toolkit not loading properly
Hi.
I'm using an SDI example design with serial loopback generated with Quartus Prime Pro 24.3 for Agilex7 (AGFB027R24C2E2V device) FPGA. I'm trying to load the F-tile transceiver toolkit for the RX Channel. I invoke from my Quartus project the System Debugging Tools. After adding the FGT instance to a new collection and press the "Open Toolkit" button, I'm getting the following error on the System Console:
Feb 11, 2025 3:21:54 PM Intel F-Tile Transceiver Toolkit: ftile_transceiver_toolkit1739287313013
SEVERE: An error occurred while running script "ftile_callback_pkg::init_callback
": Intel F-Tile Transceiver Toolkit: ftile_transceiver_toolkit1739287313013: can't create directory "C:/Users/VASILE~1ANA": permission denied
while executing
"file mkdir $temp_no_slash"
(procedure "temp_dir" line 6)
invoked from within
"temp_dir"
(procedure "exec_pysv_server" line 6)
invoked from within
"exec_pysv_server"
(procedure "pysv_driver::start" line 23)
invoked from within
"pysv_driver::start"
(procedure "ftile_callback_pkg::init_callback" line 20)
invoked from within
"ftile_callback_pkg::init_callback"
It seems that it's not liking the path that it's trying to create that temp directory. However these scripts for the toolbox are invoked from the Quartus Prime Pro installation directory and cannot be changed. Is there a workaround on this issue?