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...
KhaiChein_Y_Intel
Regular Contributor
7 years agoHi CKang12,
You cannot use the tcl console in the Quartus software to run the jtag package which is only available in quartus_stp.
In the xterm,
1) quartus_sh -s
2) get_hardware_names to determine the names of the programming hardware attached to and configured for the JTAG server
3) get_device_names -hardware_name <hardware name>
Thanks.
CKang11
New Contributor
7 years agohi, quartus_stp has been called before get_device_names.(the command is quartus_stp --tcl_eval get_hardware --get_hardware_name usb-blaster[usb-0]. In addition , get_hardware_names , which belong to jtag pakage,can be used in tcl_console(quartus_stp --tcl_eval get_hardware_names). the result isdisplayed: usb-blaster[usb-0]