paper-with-me

Papers

AutoPPA: Automated Circuit PPA Optimization via Contrastive Code-based Rule Library Learning

2026-04-20 · Chongxiao Li, Pengwei Jin, Di Huang, Guangrun Sun, Husheng Han, Jianan Mu, Xinyao Zheng, Jiaguo Zhu, Shuyi Xing, Hanjun Wei, Tianyun Ma, Shuyao Cheng, Rui Zhang, Ying Wang, Zidong Du, Qi Guo, Xing Hu arxiv

Performance, power, and area (PPA) optimization is a fundamental task in RTL design, requiring a precise understanding of circuit functionality and the relationship between circuit structures and PPA metrics. Recent studies attempt to automate this process using LLMs, but neither feedback-based nor knowledge-based methods are efficient enough, as they either design without any prior knowledge or rely heavily on human-summarized optimization rules. In this paper, we propose AutoPPA, a fully automated PPA optimization framework. The key idea is to automatically generate optimization rules that enhance the search for optimal solutions. To do this, AutoPPA employs an Explore-Evaluate-Induce ($E^2I$) workflow that contrasts and abstracts rules from diverse generated code pairs rather than manually defined prior knowledge, yielding better optimization patterns. To make the abstracted rules more generalizable, AutoPPA employs an adaptive multi-step search framework that adopts the most effective rules for a given circuit. Experiments show that AutoPPA outperforms both the manual optimization and the state-of-the-art methods SymRTLO and RTLRewriter.

📄 PDF Abstract BibTeX arXiv:2604.18445

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GenCircuit-RL: Reinforcement Learning from Hierarchical Verification for Genetic Circuit Design

2026-05-14 · Noah Flynn arxiv

Genetic circuit design remains a laborious, expert-driven process despite decades of progress in synthetic biology. We study this problem through code generation: models produce Python code in pysbol3 to construct geneti…

Reinforcement LearningCode GenerationCode Repair

DICE: Device-level Integrated Circuits Encoder with Graph Contrastive Pretraining

2025-02-13 · Sungyoung Lee, Ziyi Wang, Seunggeun Kim, Taekyun Lee 외

Pretraining models with unsupervised graph representation learning has led to significant advancements in domains such as social network analysis, molecular design, and electronic design automation (EDA). However, prior …

Contrastive LearningData AugmentationGraph Neural NetworkGraph Representation Learning+2

CktGen: Specification-Conditioned Analog Circuit Generation

2024-10-01 · Yuxuan Hou, Jianrong Zhang, Hua Chen, Min Zhou 외

Automatic synthesis of analog circuits presents significant challenges. Existing methods usually treat the task as optimization problems, which limits their transferability and reusability for new requirements. To addres…

Contrastive Learning

FlowQ-Net: A Generative Framework for Automated Quantum Circuit Design

2025-10-30 · Jun Dai, Michael Rizvi-Martel, Guillaume Rabusseau arxiv

Designing efficient quantum circuits is a central bottleneck to exploring the potential of quantum computing, particularly for noisy intermediate-scale quantum (NISQ) devices, where circuit efficiency and resilience to e…

Image Classification

DNN-Opt: An RL Inspired Optimization for Analog Circuit Sizing using Deep Neural Networks

2021-10-01 · Ahmet F. Budak, Prateek Bhansali, Bo Liu, Nan Sun 외

Analog circuit sizing takes a significant amount of manual effort in a typical design cycle. With rapidly developing technology and tight schedules, bringing automated solutions for sizing has attracted great attention. …

Reinforcement Learning (RL)