|
发表于 2008-6-4 04:20:35
|
显示全部楼层
if using two's complement to represent the signed number, there is absolutely no difference between signed and unsigned multiplier in hardware implementation. For example, shift-addition or booth's.
if using MSB to represent the signed number, an XOR gate is need only for the MSB of the output, and the rest of the circuit is the same as unsigned multiplier. |
|