Forum Discussion
CKang11
New Contributor
7 years agohow to use get_device_names
hi.I have some problems in FPGA . Now i am debugging my application using VJTAG. but I cannot get the device name using get_device_names' The command is exec C:\\altera\\10.0\\quartus\\bin64\\quartu...
YuanLi_S_Intel
Regular Contributor
7 years agoHi Chen Kang,
It might be due to several reason. Can you try to execute "get_hardware_names" and get the correct hardware name. After you got it, then you use the hardware_name with the "get_devices_name" command.
Regards,
YL
- CKang117 years ago
New Contributor
yes, i have done it, 1. get_hardware_names is used, the usb-blaster[ usb-0] is returned. 2, I use get_device_names -hardware_names usb-blaster[usb-0], but errors happen. what should I do?