Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17258 Discussions

How to Disable Pre-Mapping Resynthesis Optimization?

Altera_Forum
Honored Contributor II
2,605 Views

Hello All, 

 

Within the "Timing Optimization Advisor", the following setting exists:  

 

"Maximum Frequency (fmax)" --> Stage 3 --> "Enable additional synthesis optimizations" 

 

While I was trying to improve the timing on my project I had enabled this setting but it has worsened my setup time. I would like to disable this setting but I am unable to find this option within Quartus II. Any help would be appreciated.
0 Kudos
1 Reply
AEsqu
Novice
1,894 Views

in the .qsf:

set_global_assignment -name PRE_MAPPING_RESYNTHESIS OFF

 

 

0 Kudos
Reply