Forum Discussion
Altera_Forum
Honored Contributor
15 years agoAddition fixed point
sir, I want to perform addtion arithmetic with fixed point in verilog. what should i do ? for example, 3.12 + 1.75 Thanks.
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- c <= a+b; As long as "a" and "b" are in the same fixed point format. --- Quote End --- Can I see your example code with addition arithmetic in VERILOG