This project implements an 8-bit signed Booth multiplier in Verilog, capable of multiplying two signed integers and producing a 16-bit signed product. It follows Booth's Algorithm for signed binary ...
This repository contains code and data used to conduct experiments for our paper: "Tunable Approximate Booth Multiplier." Submitted for ISVLSI 2025. This research studies an approximate computing ...
Abstract: In VLSI, for performing multiplication, we use a*b. We use the booth multiplication mechanism rather than the standard conventional method to improve the speed since it generally requires ...