Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Algorithmically yes - but not syntactically. Each addition in the fixed point library increases the bit size. --- Quote End --- I haven't used fixed-point types yet. But if we do it as you said: break it down into multiple 2 input additions:
result := (a + b) + (c + d) 2 bits extra will suffice.