Technical discussions about the TI C55x DSPs (including the c5501, c5502, c5503, c5507, c5509, c5510 and OMAP5910).
Hi, Why the C55x MAC uints are of 17 bits width? what is the significance of going for 17 bit multiplier? thanks and regards Pradeep Kumar. Tata Elxsi
Pradeep- > Why the C55x MAC uints are of 17 bits width? > what is the significance of going for 17 bit multiplier? I believe it allows the multiplier circuit to set the 17th bit to zero for unsigned multiplies. Then the circuit can always perform the same 2s-complement algorithm and still get correct answers for either signed or unsigned multiplies. Just a guess, but probably it's less overall silicon. -Jeff