Altera_Forum
Honored Contributor
15 years agofixed point multiplication
Hi. I have a signed multiplication to perform in the following format:
a(32.0) * b(2.30) Limitation of b(2.30):range from -1 to 1 FYI, i will only get the correct result whenever my output is at least 33.60. Truncation of LSB 60 bit to get signed integer only. The way how i perform multiplication is {a, 32'b0} * b. Is it possible to get a result of 32 bit(signed integer only)? thanks