BrianHG
Occasional Contributor
4 years agoHow to specify the 'Optimization Technique' in my System Verilog source code.
Hello,
I would like to specify which 'Optimization Technique' to be used for specific .sv modules in my code. I've tried:
/* synthesis CYCLONEII_OPTIMIZATION_TECHNIQUE = "SPEED" */
But quartus returns:
Warning (10335): Unrecognized synthesis attribute "CYCLONEII_OPTIMIZATION_TECHNIQUE" at ../BrianHG_DDR3/BrianHG_DDR3_PHY_SEQ.sv(52)
What's the proper way.
I would also like to disable 'Auto ram replacement' and 'Auto shift register replacement' for a few sections. How do I go about this in my System Verilog Source code?