Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi Stefano,
I recommend upgrading to 10.0. Per-partition results can be migrated to 10.0 by using the "Export version compatible database" feature in 9.1. When the project is opened in 10.0, Quartus will detect the exported version compatible database and ask if you want to import it. Quartus 9.1 will sometimes force partitions to be linked after ECO changes because it detected that those ECO changes affected multiple partitions and that the partitions can no longer be safely separated. In this case, Quartus is probably being overly conservative and the archiver workaround can be used to forcibly seperate the partitions. Starting in 10.0, Quartus behavior was improved to never include ECO changes in post-fit partition netlists. This means that you may have to re-apply ECO changes after running a full compile. But it also means that you will always have an useable post-fit result for each partition from before you made any ECO changes. This behavior change is meant to facilitate flows where ECO changes are used for debugging and bug fixes will be made in HDL. For other kinds of ECO changes, they can be easily re-applied through the ECO Change Manager. Thanks!