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...
Kay
New Contributor
7 years agoCKang11
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 is displayed: usb-blaster[usb-0]. If the command get_hardware_names is uesed without quartus_stp, the command can not work