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

How to disable quartusII synthesis optimization?

Altera_Forum
Honored Contributor II
2,265 Views

Dear all 

How tell to synthesis tool not to combine multiple instant of same module?  

I want to use 2 instant of one module in my design, but synthesizer shared resource and removes some LUTs.
0 Kudos
1 Reply
AEsqu
Novice
1,449 Views

You may try with this in the qsf:

set_global_assignment -name PRE_MAPPING_RESYNTHESIS OFF

set_global_assignment -name REMOVE_REDUNDANT_LOGIC_CELLS OFF

set_global_assignment -name REMOVE_DUPLICATE_REGISTERS OFF

 

0 Kudos
Reply