Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 389 Bytes

readme.md

File metadata and controls

11 lines (7 loc) · 389 Bytes

The booth multiplier is a generic N bit fast multiplier. It works only with signed numbers. It is based on the booth algorithm reported below.

algorithm

Starting from the algorithm there is the hardware implementation:

implementation

The adders are implemented trought fast adder (Pentium IV adder). Top level entity is Booth_Multiplier.vhdl