Altera_Forum
Honored Contributor
15 years agoQuestion regarding partitions
Hi,
During the last few days I have been seperating my design into different partitions and generating qxp files to import into the top level project with the aim of making the existing code unviewable to another team. Anyway I have successfully achieved this and upon compilation I receive over 900 warnings, telling me that I should register each I/O from each of the partitions and avoid assigning the same clk to differnt clk pins etc, as optimizations cannot be performed between partitions. Anyway I don´t want to make these changes, as it implies quite a few changes to the code will be quite time consuming. I was hoping someone could let me know if there was a way to achiveve what i want to achiveve (making the code unviewable) without being forced into making these code changes. Also, when Quartus produces the warning regarding registering I/O´s of the partitions, I understand that it is only a recomendation to symplify complience with timing, and that if the design meets timing then it is not a nessesery step. Is this a correct assumption? Many thanks for any advice