Forum Discussion
OrF
Occasional Contributor
3 years agopreserve logic or insert internal buffer
Hi is there any attribute to keep 2 consecutive NOT gate in synthesis ? some kind of preserve attribute , what I have found is preserving registers but logic gate (LUT) OR other option is the...
- 3 years ago
Hi Or,
Do the above comments help?
Regards,
Nurina
roeekalinsky
Contributor
3 years agoHi Or,
You can set the "keep" attribute on the signals that are the outputs of the inversions to prevent Quartus from optimizing them away. See:
BTW, I'm not sure why you'd want to do this. If you're trying to cascade inverters to create a delay chain, then there's almost certainly a better way to go about whatever it is you're ultimately trying to accomplish.
Cheers,
-Roee