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 agoDoes quartus_stp --tcl_eval get_device_names -hardware_name usb-blaster[usb-0] work in xterm?
- 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]。By the way , what is the meaning of "xterm" - CKang117 years ago
New Contributor
what is the meaning of "xterm"?