English

Optimization of BDD-based Approximation Error Metrics Calculations

Hardware Architecture 2022-08-29 v1

Abstract

Software methods introduced for automated design of approximate implementations of arithmetic circuits rely on fast and accurate evaluation of approximate candidate implementations. To accelerate the evaluation of circuit error, we propose four novel algorithms for the exact worst-case and mean absolute error analysis based on Binary Decision Diagrams. As these algorithms do not compute any absolute values in the characteristic function, which basically compares a candidate approximate circuit with a golden circuit, the error evaluation is significantly faster than the standard BDD-based error analysis. On average, the proposed algorithms are three times faster (in some cases, 30 times faster) than the baseline for 8- to 32-bit approximate adders. These results were obtained from more than 49 thousand runs with different configurations of the method. The proposed error evaluation algorithms are available as an open-source software https://github.com/ehw-fit/bdd-evaluation.

Keywords

Cite

@article{arxiv.2205.03267,
  title  = {Optimization of BDD-based Approximation Error Metrics Calculations},
  author = {Vojtech Mrazek},
  journal= {arXiv preprint arXiv:2205.03267},
  year   = {2022}
}

Comments

To appear at the 2022 IEEE Computer Society Annual Symposium on VLSI - ISVLSI 2022

R2 v1 2026-06-24T11:09:26.604Z