paper-with-me

홈 › Papers

PrefixLLM: LLM-aided Prefix Circuit Design

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

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 enhancing the performance of modern computing systems. Recently, large language models (LLMs) have demonstrated a surprising ability to perform text generation tasks. We propose PrefixLLM, that leverages LLMs for prefix circuit synthesis. PrefixLLM transforms the prefix circuit synthesis task into a structured text generation problem, termed the Structured Prefix Circuit Representation (SPCR), and introduces an iterative framework to automatically and accurately generate valid SPCRs. We further present a design space exploration (DSE) framework that uses LLMs to iteratively search for area and delay optimized prefix circuits. Compared to state-of-the-art, PrefixLLM can reduce the area by 3.70% under the same delay constraint. This work highlights the use of LLMs in the synthesis of arithmetic circuits, which can be transformed into the structured text generation.

📄 PDF Abstract BibTeX arXiv:2412.02594

Code (1)

FCHXWH823/PrefixGPT 공식 구현

Tasks

Text Generationvalid

Similar Papers 제목 키워드 기반

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)

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

CircuitNet: An Open-Source Dataset for Machine Learning Applications in Electronic Design Automation (EDA)

2022-08-01 · Zhuomin Chai, Yuxiang Zhao, Yibo Lin, Wei Liu 외

The electronic design automation (EDA) community has been actively exploring machine learning (ML) for very large-scale integrated computer-aided design (VLSI CAD). Many studies explored learning-based techniques for cro…

BIG-bench Machine Learning

Qubit Routing using Graph Neural Network aided Monte Carlo Tree Search

2021-04-01 · Animesh Sinha, Utkarsh Azad, Harjinder Singh

Near-term quantum hardware can support two-qubit operations only on the qubits that can interact with each other. Therefore, to execute an arbitrary quantum circuit on the hardware, compilers have to first perform the ta…

Graph Neural Network

Learning to Design Circuits

2018-12-05 · Hanrui Wang, Jiacheng Yang, Hae-Seung Lee, Song Han

Analog IC design relies on human experts to search for parameters that satisfy circuit specifications with their experience and intuitions, which is highly labor intensive, time consuming and suboptimal. Machine learning…

Bayesian OptimizationReinforcement Learning