Synthesis problem when instanciating different GXB tranceivers
Hi,
I am making a design that uses Triple Speed Ethernet. My design contains different instances of this IP and I want to define a partition for each TSE instance. However when trying this, Quartus can not synthesise the design and I get this error message
Error(19315): HSSI Tranceivers related IPs are not in the same partition.
Furthermore, TSE instances are independant. So I do not understand why quartus can not make the synthesis of my design. It is worth mentioning that when putting all TSE instances in the same partition, I get no error message. So , is there a way to solve this problem? I am working with quartus 17.0 on the ARRIA 10 FPGA.
Thank you.
Hello,
Apparently, Incremental Compilation can not be done with particular IPs. Actually, hardware IPs like lvds and hps, sould be assigned to the root partition.
Best regards.