Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 2.34 KB

File metadata and controls

55 lines (42 loc) · 2.34 KB

Contributors MIT License LinkedIn

Design a pipeline and high-performance carry-look-ahead adder and verify using automated comparison testbench

Schmatic

  • In order to optimize the pipeline carry-look-ahead adder, depending on the carry_out of the low-16 bits carry-look-ahead adder, the sum and carry_out of the high-16 bits carry-look-ahead adder are selected to be 0 or 1. image

Simulation

image

Automated Comparison Monitor

image

Synthesis Report

  • Timing image

  • Utilization image

License

Distributed under the MIT License. See LICENSE for more information.

Let's Get Social

Contact

吳華楨 Trista Wu - [email protected]

Project Link: https://github.com/trista-csee/Pipeline_Optimized_Carry_Look_Ahead_Adder

(back to top)