An open API service indexing awesome lists of open source software.

https://github.com/skpro-glitch/parallel_multiplier

Implementation of a generalized Parallel Multiplier using Carry Save Adder in SystemVerilog and Xilinx Vivado.
https://github.com/skpro-glitch/parallel_multiplier

asic asic-design fpga fpga-programming multiplier parallel-multiplication register-transfer-level rtl rtl-design systemverilog systemverilog-test-bench verilog-hdl vlsi-design xilinx-vivado

Last synced: 22 days ago
JSON representation

Implementation of a generalized Parallel Multiplier using Carry Save Adder in SystemVerilog and Xilinx Vivado.

Awesome Lists containing this project

README

        

# Parallel Multiplier

**Author:** Soham Kapur

**Description:** Implementation of a generalized Parallel Multiplier using Carry Save Adder with SystemVerilog and Xilinx Vivado.

**Tools Used:** SystemVerilog HDL, Xilinx Vivado

**Concepts used:** Parameterization, Parallel Multiplier, Carry Save Adder

**Multiplier Schematic:** 4x4 multiplier


![image](https://github.com/user-attachments/assets/b64028a8-f875-4ddb-a9af-f5702b26bf18)

**Adder Row Schematic:** Individual instance of Intermediate Product module


![image](https://github.com/user-attachments/assets/71dfe993-168c-44d8-8bf0-0bca8460cf78)