报错,没有debug core!
the clock connected to the debug hub (dbg_hub) core
根因是在调试中,这个debug hub没有工作。
下图两个ila_0,ila_1,分别对应两个时钟clk_out1, clk_out2,然后连到一个hub上。
默认下,hub的clk是连到ila_1的clk_out2上,这对ila_0就有问题,不同时钟域,导致hub不工作。
解决措施:
1、合理分配ila的采样时钟;
2、jtag下载前,选择open target -> open new haedware target -> (jtag频率从6Mhz降到750Khz);