Altera_Forum
Honored Contributor
15 years agologiclock regions change locations after import (bottom-up compilation)
Hi All
I am using bottom-up complilation. At the top-level, I have some partitions (logiclock regions) called inst0, inst1, ..., inst10. I have a lower-level design called "inst". I imported "inst" into inst0, inst1, ..., inst10 partitions in the top-level design. The import was done successfully. However, the locations of logiclock regions inst0, inst1, ..., inst10 changed after import. I had set the logiclock regions to have "Locked" states (but after 'import' the state changed to 'Floating'). What should I do to avoid the logiclock regions to change location after importing "inst" into inst0, inst1, ..., inst10 partitions(logiclock regions) .   I appreciate your help.