Forum Discussion
Altera_Forum
Honored Contributor
14 years agoPrevent Inferrance of Megafunctions
Hello, I have a large shift-register that is being optimized by the synthesizer into a megafunction equivalent. The problem is, I need this register to stay a register (DFFs). Is there a ...
Altera_Forum
Honored Contributor
13 years agoIt's possible by synthesis attributes, as discussed in a different thread http://www.alteraforum.com/forum/showthread.php?p=155649
reg data = 6000'b0 /* synthesis altera_attribute = "-name AUTO_SHIFT_REGISTER_RECOGNITION OFF" */;