The purpose of this project is to create a 2 by 2 multiplier using Booth’s multiplication algorithm. The 2-bit multiplicand and 2-bit multiplier are input signals into four Booth multiplier. After ...
Keep a note if you want to multiply like 20 and -3 you have to set the no of bits to 8 This repository contains a Python implementation of Booth's multiplication algorithm, a technique for multiplying ...