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
6 years agoHi,
Do you see any error message?
Thanks.
- CKang116 years ago
New Contributor
there is not any error messege. only not triggered . - CKang116 years ago
New Contributor
could the command device _lock lead to it? According to the manual , device_lock Description Obtain an exclusive JTAG communication to the devicefor the subsequent IR and DR shift operations. The device must be locked before any instruction and/or data register shift operation. This should be used as little time as possible as it denies the access of other applications to this chain. The command, unlock, should be called as soon as possibleto allow other applications to access the device.