Forum Discussion
how to use get_device_names
Hi 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.
- Kay7 years ago
New Contributor
- CKang117 years ago
New Contributor
hi, 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 is displayed: usb-blaster[usb-0]. If the command get_hardware_names is uesed without quartus_stp, the command can not work - CKang117 years ago
New Contributor
hi, 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]. If the command get_hardware_names is uesed without quartus_stp, the command can not work
- CKang117 years ago
New Contributor
hi, 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]