Digital Circuits/Multipliers

Multiplication Basics

edit

Signed / Unsigned Numbers

edit

A signed integer is a 32-bit datum that encodes an integer in the range [-2147483648 to 2147483647]. An unsigned integer is a 32-bit datum that encodes a nonnegative integer in the range [0 to 4294967295]. The signed integer is represented in twos complement notation.

Booth's Algorithm

edit

P(A)*P(B)=P(AnB) iff P(A)<9

Wallace Tree

edit

Dadda Multiplier

edit

This section of the Digital Circuits wikibook is a stub. You can help by expanding this section. If you add something, list yourself as a Contributor.