Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 510 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 510 Bytes

N-bit-Multiplier-in-Verilog

This project is designed as an n-bit multiplier of two numbers. The multiplication is performed using the shift and add method of multiplying two numbers.

Once the multiplication is completed, the output result is also converted to its binary-coded decimal (BCD) representation.

This is done using the double dabble method of converting binary numbers to binary-coded decimal(BCD) .

In the output, both the binary and the binary-coded decimal (BCD) representation is shown.