jeloyah (Member) asked a question.
When I try to instantiate them (in a new project), I received these messages:
" [DRC INBB-3] Black Box Instances: Cell 'xx' of type 'xxxxxxx' has undefined contents and is considered a black box. The contents of this cell must be defined for opt_design to complete successfully. "
I found some similar messages in the forum, but none of the solutions worked for me.
What I'm doing wrong?
(Using Win 10 Pro, 64b & Vivado 2017-2)
Hi @jeloyahge.1 ,
Sorry about the delay. There is a mismatch between the name of your IPs as they have been added to the project and the name you are using to instantiate them to your project.
Basically, when you add an IP to you project, you select an name which is not necessarily the "catalog name of the IP". By default, it is not. Vivado add an index to the name. This way you could add multiple time the same IP but with different configurations.
If you modify your top level vhdl file, your issue will be solved (I have attached a corrected version).
Hope that helps,
Regards,
Florent
803727_001_reloj_s_m_h.zip