FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
6359 Discussions

jesd204b block works on a project, but fails when the top level heirarchy is being exported and used in another similar project

Amirg
Beginner
360 Views

Hi,

i want to export the top level partition, then use it in another (similar) project, but replace one of the lower-level heirarchies.

 

the project which works fine when being compiled flat, fails with "two instances "..." and "..." have the same debug node with entity name "altera_fabric_endpoing" have the same instance index 0.

 

this is a bit weird since anything worked just fine on the original project, and want changed at all, the only diffrent thing is that thetop level is being imported.

 

This is altera's jesd204b, and it is have several instances in the project.

this is done on quartus 16.1.2

 

 

Thanks.

 

 

0 Kudos
1 Reply
Nathan_R_Intel
Employee
252 Views

Hie,

 

This issue is because the top level hierarchy is not standalone that can be exported. There are lower level hierarchy files that require to be exported as well. Hence, the expected use model is not to export the top level partition alone, but rather generate the entire JESD IP using QSYS or IP editor and using it at calling it directly at the top level.

 

Hope this explanation helps.

 

Regards,

Nathan

0 Kudos
Reply