ARLGJul 3, 2020

Deep-PowerX: A Deep Learning-Based Framework for Low-Power Approximate Logic Synthesis

arXiv:2007.01465v118 citationsHas Code
AI Analysis

This work addresses power efficiency in digital circuit design, offering a novel framework that combines deep learning and approximate logic synthesis for domain-specific optimization.

The paper tackles the problem of optimizing logic synthesis for low-power digital circuits by integrating deep learning with approximate computing, resulting in up to 1.47x power reduction and 22% improvement over state-of-the-art tools with significantly lower run-time.

This paper aims at integrating three powerful techniques namely Deep Learning, Approximate Computing, and Low Power Design into a strategy to optimize logic at the synthesis level. We utilize advances in deep learning to guide an approximate logic synthesis engine to minimize the dynamic power consumption of a given digital CMOS circuit, subject to a predetermined error rate at the primary outputs. Our framework, Deep-PowerX, focuses on replacing or removing gates on a technology-mapped network and uses a Deep Neural Network (DNN) to predict error rates at primary outputs of the circuit when a specific part of the netlist is approximated. The primary goal of Deep-PowerX is to reduce the dynamic power whereas area reduction serves as a secondary objective. Using the said DNN, Deep-PowerX is able to reduce the exponential time complexity of standard approximate logic synthesis to linear time. Experiments are done on numerous open source benchmark circuits. Results show significant reduction in power and area by up to 1.47 times and 1.43 times compared to exact solutions and by up to 22% and 27% compared to state-of-the-art approximate logic synthesis tools while having orders of magnitudes lower run-time.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes