Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 525 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 525 Bytes

Digital Adders

Digital adders coded in Verilog. They were synthesized to 45 nm TSMC library using Synopsys Design compiler in topographical mode. More details are available at the paper "A1CSA: An energy-efficient fast adder architecture for cell-based VLSI design" (https://doi.org/10.1109/ICECS.2011.6122308).

Available Adder Architectures:

  • Carry-Ripple Adder (CRA)
  • Carry-Select Adder (CSA)
  • Carry-Lookahead Adder (CLA)
  • Add-One Carry-Select Adder (A1CSA)
  • Hierarchical Add-One Carry-Select Adder (A1CSAH)