dc读入设计之后(analyze+elaborate)使用uniquify出现问题
时间:10-02
整理:3721RD
点击:
我读入设计使用的是analyze+elaborate,elaborate之后使用set current_design top设置之后,link没有出现warning;但是使用uniquify之后再link就出现了warning: Unable to resolve reference 'noxor1_WIDTH13_1' in 'DDFS'.(noxor1是我的一个模块,声明是:noxor1 #(.WIDTH(13)) U9(ports));请问这是怎么会事啊?
自己回答:link_library中没有添加“*”导致的!