This is a GitHub repository for MATLAB and HDL models of ACA-CSU approximate adders.
Adder | Error Rate (%) | NED | MRED | Delay (ns) | Area (μm2) | Power (μW) |
---|---|---|---|---|---|---|
ACA-CSU_8_2 | 7.9021 | 0.0552865 | 0.017437931 | 0.38 | 61.977999 | 39.086 |
ACA-CSU_8_4 | 0 | 0 | 0 | 0.49 | 62.244 | 43.6306 |
ACA-CSU_16_2 | 24.9375 | 0.058585522 | 0.019796793 | 0.38 | 134.329999 | 86.0472 |
ACA-CSU_16_4 | 2.8121 | 0.015506 | 0.001319723 | 0.55 | 140.979999 | 99.634 |
ACA-CSU_16_8 | 0 | 0 | 0 | 0.64 | 161.196 | 115.9792 |
ACA-CSU_32_2 | 50.3333 | 0.058429095 | 0.019830952 | 0.38 | 279.033998 | 179.223 |
ACA-CSU_32_4 | 8.4845 | 0.015462372 | 0.001305994 | 0.55 | 298.451998 | 210.1809 |
ACA-CSU_32_8 | 0.1967 | 0.000988836 | 5.37E-06 | 0.71 | 352.183999 | 254.6506 |
- Naming convention: In ACA-CSU_N_M, N signifies bit length and M is the block size. i.e., for a 16-bit number and the block size of 2, ACA-CSU_16_2 adder should be used.
- In the MATLAB code, K is the block size of CarryPredict. For comparison purposes, M and K are kept same in the above table.
- All the Verilog models are synthesized in Synopsys Design Compiler using Nangate Open Cell Library.
- All the result shown in the above table are compiled for most inaccurate configuration of ACA-CSU, i.e., all the control bits are 0.
This library is licenced under MIT licence. If you use the library in your research, please refer the following paper:
A. Kanani, J. Mehta and N. Goel, "ACA-CSU: A Carry Selection Based Accuracy Configurable Approximate Adder Design," 2020 IEEE Computer Society Annual Symposium on VLSI (ISVLSI), 2020, pp. 434-439, doi: 10.1109/ISVLSI49217.2020.00085
@INPROCEEDINGS{aca-csu,
author={Kanani, Alish and Mehta, Jigar and Goel, Neeraj},
booktitle={2020 IEEE Computer Society Annual Symposium on VLSI (ISVLSI)},
title={ACA-CSU: A Carry Selection Based Accuracy Configurable Approximate Adder Design},
year={2020},
volume={},
number={},
pages={434-439},
doi={10.1109/ISVLSI49217.2020.00085}}