Ranjith21
Occasional Contributor
2 years agoQuartus 23.3 transceiver toolkit fails to load using TCL
Hi,
1) I loaded the FPGA with the .rbf file
2) Next, I am trying to open the transceiver toolkit using TCL script.
3) When I click on "device_initialization.tcl", I get the following error:
Dec 26, 2023 4:26:57 PM com.altera.debug.core
SEVERE: java.lang.Exception: can't read "device_path": no such variable
while executing
"string length $device_path"
invoked from within
"if { [string length $device_path] == 0 } {
error "Specified $device_name device name, $device_die_name is not found. Please make sure the board is..."
Please see attached screenshot for more info
Please let me know how to fix this error
Hi @Kshitij_Intel ,
I was able to fix this issue.
In "device_initialization" file, I replaced the string "AGFB027R24C2E2V" with the short version of itself i.e the string "AGFB027R24C"
This fixed the issue
Thanks,
Ranjith