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 agoc <= a+b;
As long as "a" and "b" are in the same fixed point format.