Kyle
New Contributor
7 years agoHow to Remove Constant Multiplication Optimization?
Hi all,
I am looking to disable the optimization done when multiplying by a constant. I have DSP blocks available that I want to reuse instead of having the operation mapped to logic. I am using Quartus II 15.0.
I've:
- tried calling an IP block with the generic "lpm_hint => "DEDICATED_MULTIPLIER_CIRCUITRY=YES, MAXIMIZE_SPEED=0","
- looked through the options under "Assignments -> Settings -> Compiler Settings -> Advanced Settings"
- searched through the forums.
All to no avail. Any help is appreciated. Thanks!