paper-with-me

Papers

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, and scalability. To address these challenges, we propose PrefixAgent, a large language model (LLM)-powered framework that enables efficient prefix adder optimization. Specifically, PrefixAgent reformulates the problem into subtasks including backbone synthesis and structure refinement, which effectively reduces the search space. More importantly, this new design perspective enables us to efficiently collect enormous high-quality data and reasoning traces with E-graph, which further results in an effective fine-tuning of LLM. Experimental results show that PrefixAgent synthesizes prefix adders with consistently smaller areas compared to baseline methods, while maintaining scalability and generalization in commercial EDA flows.

📄 PDF Abstract BibTeX arXiv:2507.06127

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Model

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…

PrefixRL: Optimization of Parallel Prefix Circuits using Deep Reinforcement Learning

2022-05-14 · Rajarshi Roy, Jonathan Raiman, Neel Kant, Ilyas Elkin 외

In this work, we present a reinforcement learning (RL) based approach to designing parallel prefix circuits such as adders or priority encoders that are fundamental to high-performance digital design. Unlike prior method…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

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

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

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 stu…

Active LearningBIG-bench Machine Learning

PrefixLLM: LLM-aided Prefix Circuit Design

2024-12-03 · Weihua Xiao, Venkata Sai Charan Putrevu, Raghu Vamshi Hemadri, Siddharth Garg 외

Prefix circuits are fundamental components in digital adders, widely used in digital systems due to their efficiency in calculating carry signals. Synthesizing prefix circuits with minimized area and delay is crucial for…

Text Generationvalid

GraPhSyM: Graph Physical Synthesis Model

2023-08-07 · Ahmed Agiza, Rajarshi Roy, Teodor Dumitru Ene, Saad Godil 외

In this work, we introduce GraPhSyM, a Graph Attention Network (GATv2) model for fast and accurate estimation of post-physical synthesis circuit delay and area metrics from pre-physical synthesis circuit netlists. Once t…

Graph Attentionmodel