新手上路
- 积分
- 27
- 金钱
- 27
- 注册时间
- 2021-6-24
- 在线时间
- 3 小时
|
楼主 |
发表于 2022-2-27 11:02:55
|
显示全部楼层
拨码开关拨到JATG模式了,为ON ON模式,使用VIVADO2018.2下载开源资料上的FPGA项目,并不能下载成功,会出现
WARNING: [Labtools 27-3361] The debug hub core was not detected.
INFO: [Labtools 27-1434] Device xc7z020 (JTAG device index = 1) is programmed with a design that has no supported debug core(s) in it.
WARNING: [Labtools 27-3361] The debug hub core was not detected.
Resolution:
1. Make sure the clock connected to the debug hub (dbg_hub) core is a free running clock and is active.
2. Make sure the BSCAN_SWITCH_USER_MASK device property in Vivado Hardware Manager reflects the user scan chain setting in the design and refresh the device. To determine the user scan chain setting in the design, open the implemented design and use 'get_property C_USER_SCAN_CHAIN [get_debug_cores dbg_hub]'.
For more details on setting the scan chain property, consult the Vivado Debug and Programming User Guide (UG908).
错误,我在网上查了一下资料,在XDC文件添加connect_debug_port dbg_hub/clk [get_nets clk]语句,并没有解决上述问题 |
|