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