Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- If I make f an output rather than just a wire, Quartus does not eliminate it and the operation is performed correctly. Is there some way to get Quartus to not eliminate f without making f an output? --- Quote End --- When you say you made f an output and got the correct result, do you mean that you only made the lower 14 bits f[13:0] the output or the output was the full 'f'? Picking off only the lower bits for output would be equivalent, outputting the full f would not. Kevin Jennings