Altera_Forum
Honored Contributor
16 years agoImported partition(QXP) Fmax question
I'm synthesizing a design using a bottom up flow where a top partition imports previously generated and exported lower partitions. However, the top level Fmax reported by Quartus is lower than the Fmax for the imported lower partition.
For example: Quartus reports that partition_A has an Fmax of 30MHz for clock_A. In this case clock_A is only used in partition_A. However, after importing partition_A while preserving placement and routing and building a top level, Quartus reports that clock_A in the top level has an Fmax of 25MHz. Any thoughts on why I'm losing 5MHz of Fmax after partition import?