在进行bit文件烧录时,有时候会遇到bit文件和LTX对不上,有些ILA的core没有被识别出来,出现如下告警:
错误1:WARNING: [Labtools 27-3413] Dropping logic core with cellname:'doa_distill/ila_doa_distill' at location 'uuid_1F690DD945965BB99289F14C2D64EC19' from probes file, since it cannot be found on the programmed device.
错误2:WARNING: [Labtools 27-1974] Mismatch between the design programmed into the device xc7k325t_0 and the probes file(s) C:/710/12_13/40M_RST_4/map/hnr_rru_top/hnr_rru_top.runs/impl_2/hnr_rru_top.ltx.
The device design has 10 ILA core(s) and 7 VIO core(s). 7 ILA core(s) and 7 VIO core(s) are matched in the probes file(s).
Resolution:
1. Reprogram device with the correct programming file and associated probes file(s) OR
2. Goto device properties and associate the correct probes file(s) with the programming file already programmed in the device.
特别是在有包含bd的工程中,如果没有更新或者更新不完全就会出现ltx中的ILA的ID和bit里面ILA的ID对应不上。解决办法如下:
1. 在打开的的program file中,点击提示有问题的ILA,选择属性,查看bit文件中的ILA对应的ID值是多少
2. 打开ltx,找到提示有问题的ILA,将UUID号改为和bit文件中的ID号一致,然后另存一个ltx文件就可以了。
如果不知道哪个ILA出问题,就只有每个ILA号对,bit中有的号就保留,没有的就把LTX中对应的那个ILA删除。