Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 670 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 670 Bytes

Booth Multiplier

A 5 bit booth multiplier implemented with verilog.

Booth's multiplication algorithm is a multiplication algorithm that multiplies two signed binary numbers in two's complement notation. The algorithm was invented by Andrew Donald Booth in 1950 while doing research on crystallography at Birkbeck College in Bloomsbury, London.[1] Booth's algorithm is of interest in the study of computer architecture.

Booth's multiplication algorithm is described in this link.

Ali Ghanbari & Mohammad Mashreghi