Skip to content

To Program an Application Specific Integrated Chip using Verilog to multiply two 4-Bit numbers using the Booth Multiplication algorithm.

Notifications You must be signed in to change notification settings

kattungakrish/Booth-Multiplier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Booth-Multiplier

  • To Program an Application Specific Integrated Chip using Verilog to multiply two 4-Bit numbers using the Booth Multiplication algorithm.
  • Booth Multiplication involves the multiplication of two signed binary numbers using their 2's complement notation.
  • The simulation was run on Cadence using Genus and the final implementation was planned on Innovus, which also generated area, power usage and timing reports.
  • Computation of the product of two N-bit numbers using booth algorithm led to a significant reduction of time complexity from O(N^2) to O(N)
  • Technologies Used: Verilog, Cadence.

About

To Program an Application Specific Integrated Chip using Verilog to multiply two 4-Bit numbers using the Booth Multiplication algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published