Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI read somewhere that multiplying two signed n-bits would result in 2n-bits with the first to msb being sign bits. For example, 16-bit signed times 16-bit signed gives 32-bit signed with bits 31 and 30 sign bits.
- Is this true? (i got the above question after looking at --> http://www.edaboard.com/thread140547.html) Next, would multiplying a 16-bit signed with a 18-bit signed give a 34-bit signed with first two msb as sign bits? Appreciate your reply.