paper-with-me

Papers

Cross-layer Optimization for High Speed Adders: A Pareto Driven Machine Learning Approach

2018-07-18 · Yuzhe Ma, Subhendu Roy, Jin Miao, Jiamin Chen, Bei Yu

In spite of maturity to the modern electronic design automation (EDA) tools, optimized designs at architectural stage may become sub-optimal after going through physical design flow. Adder design has been such a long studied fundamental problem in VLSI industry yet designers cannot achieve optimal solutions by running EDA tools on the set of available prefix adder architectures. In this paper, we enhance a state-of-the-art prefix adder synthesis algorithm to obtain a much wider solution space in architectural domain. On top of that, a machine learning-based design space exploration methodology is applied to predict the Pareto frontier of the adders in physical domain, which is infeasible by exhaustively running EDA tools for innumerable architectural solutions. Considering the high cost of obtaining the true values for learning, an active learning algorithm is utilized to select the representative data during learning process, which uses less labeled data while achieving better quality of Pareto frontier. Experimental results demonstrate that our framework can achieve Pareto frontier of high quality over a wide design space, bridging the gap between architectural and physical designs.

📄 PDF Abstract BibTeX arXiv:1807.07023

Code (1)

yuzhe630/adder-DSE 공식 구현

Tasks

Active LearningBIG-bench Machine Learning

Similar Papers 제목 키워드 기반

PrefixGPT: Prefix Adder Optimization by a Generative Pre-trained Transformer

2025-11-22 · Ruogu Ding, Xin Ning, Ulf Schlichtmann, Weikang Qian arxiv

Prefix adders are widely used in compute-intensive applications for their high speed. However, designing optimized prefix adders is challenging due to strict design rules and an exponentially large design space. We intro…

Scalable and Effective Arithmetic Tree Generation for Adder and Multiplier Designs

2024-05-10 · Yao Lai, Jinxin Liu, David Z. Pan, Ping Luo

Across a wide range of hardware scenarios, the computational efficiency and physical size of the arithmetic units significantly influence the speed and footprint of the overall hardware system. Nevertheless, the effectiv…

Computational EfficiencyNavigate

CircuitVAE: Efficient and Scalable Latent Circuit Optimization

2024-06-13 · Jialin Song, Aidan Swope, Robert Kirby, Rajarshi Roy 외

Automatically designing fast and space-efficient digital circuits is challenging because circuits are discrete, must exactly implement the desired logic, and are costly to simulate. We address these challenges with Circu…

Quantum autoencoders via quantum adders with genetic algorithms

2017-09-21 · L. Lamata, U. Alvarez-Rodriguez, J. D. Martín-Guerrero, M. Sanz 외

The quantum autoencoder is a recent paradigm in the field of quantum machine learning, which may enable an enhanced use of resources in quantum technologies. To this end, quantum neural networks with less nodes in the in…

Quantum Machine Learning

PrefixAgent: An LLM-Powered Design Framework for Efficient Prefix Adder Optimization

2025-07-08 · Dongsheng Zuo, Jiadong Zhu, Yang Luo, Yuzhe ma

Prefix adders are fundamental arithmetic circuits, but their design space grows exponentially with bit-width, posing significant optimization challenges. Previous works face limitations in performance, generalization, an…

Language ModelingLanguage ModellingLarge Language Model