Forum Discussion
Altera_Forum
Honored Contributor
13 years agoYou didn't need to use the keep keyword for this to work right? (I wouldn't expect you to really need it if you break the calcuation down into two assign statements with the appropriate widths).
I recommend not getting into a habit of using the keep keyword since it prevents having Quartus II optimizing that net when it or portions of it are not used in your design. I normally only use it for debug purposes.