vivado2018在implementation时遇见以下问题:[DRC INBB-3] Black Box Instances: Cell 'filter_progress' of type 'filter_333' has undefined contents and is considered a black box. The contents of this cell must be defined for opt_design to complete successfully.
从百度上找了半天也没有找到有效的回答,恳请大家帮帮忙
filter_333这个模块vivado没找到,所以不知道具体怎么做Place&Route。
之前我遇到过这种情况是只定义了端口,没有具体实现,所以就被当做black box。把这个模块的网表加上就成功了。
要看你这个模块是怎么实现的,源码、网表等,需要提供。看下文件是不是放错位置了。