我用mc生成的rom的lib 转换成db格式放在link library中,然后怎么做,
现在的问题所不能link
Information: Building the design 'pic16c5x_typical'. (HDL-193)
Warning: Cannot find the design 'pic16c5x_typical' in the library 'WORK'. (LBR-1)
Warning: Unable to resolve reference 'pic16c5x_typical' in 'pic16c5x'. (LINK-5)
0
现在link出现这样的问题
Error: Width mismatch on port 'AD' of reference to 'pic16c5X' in 'pic16c5x'. (LINK-3)
Warning: Unable to resolve reference 'pic16c5X' in 'pic16c5x'. (LINK-5)
rom的地址线的位宽不一致,可是512字节位宽不是9吗,我的地址线就是9位啊