Forum Discussion
Brian,
Assuming I understand your question correctly, have you consider to use preserve and keep attribute in Quartus? Maybe that's what you are looking for.
Hello SyafieqS_Intel,
Thank you for recommending the (*preserve*). It has solved the 'auto-generated alt_syncram' and 'auto-generated altshift taps'. This allows my bus shift register to now exceed 300MHz as needed. Now the only thing left is for the a method to assign the 'CYCLONEII_OPTIMIZATION_TECHNIQUE' which appears to vastly help with performance on some of my combinational logic.
I wonder why the 'CYCLONEII_OPTIMIZATION_TECHNIQUE' is some sort of hidden synthesis setting deep in the menu separate of the normal compiler settings optimization mode which doesn't appear to do much for my code.