paper-with-me

홈 › Papers

EasySize: Elastic Analog Circuit Sizing via LLM-Guided Heuristic Search

2025-08-07 · Xinyue Wu, Fan Hu, Shaik Jani Babu, Yi Zhao, Xinfei Guo arxiv

Analog circuit design is a time-consuming, experience-driven task in chip development. Despite advances in AI, developing universal, fast, and stable gate sizing methods for analog circuits remains a significant challenge. Recent approaches combine Large Language Models (LLMs) with heuristic search techniques to enhance generalizability, but they often depend on large model sizes and lack portability across different technology nodes. To overcome these limitations, we propose EasySize, the first lightweight gate sizing framework based on a finetuned Qwen3-8B model, designed for universal applicability across process nodes, design specifications, and circuit topologies. EasySize exploits the varying Ease of Attainability (EOA) of performance metrics to dynamically construct task-specific loss functions, enabling efficient heuristic search through global Differential Evolution (DE) and local Particle Swarm Optimization (PSO) within a feedback-enhanced flow. Although finetuned solely on 350nm node data, EasySize achieves strong performance on 5 operational amplifier (Op-Amp) netlists across 180nm, 45nm, and 22nm technology nodes without additional targeted training, and outperforms AutoCkt, a widely-used Reinforcement Learning based sizing framework, on 86.67\% of tasks with more than 96.67\% of simulation resources reduction. We argue that EasySize can significantly reduce the reliance on human expertise and computational resources in gate sizing, thereby accelerating and simplifying the analog circuit design process. EasySize will be open-sourced at a later date.

📄 PDF Abstract BibTeX arXiv:2508.05113

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

A Large Language Model-based Multi-Agent Framework for Analog Circuits' Sizing Relationships Extraction

2025-06-23 · Chengjie Liu, WeiYu Chen, Huiyao Xu, Yuan Du 외

In the design process of the analog circuit pre-layout phase, device sizing is an important step in determining whether an analog circuit can meet the required performance metrics. Many existing techniques extract the ci…

Language ModelingLanguage ModellingLarge Language Model

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)

PANDA: An LLM-Enhanced Performance-Driven Analog Design Framework Bridging Design Intent and Layout Generation

2026-06-13 · Haoyi Zhang, Weijian Fan, Xiaohan Gao, Bingyang Liu 외 arxiv

Traditional design of analog circuits heavily relies on manual interventions across topology, sizing, and layout, with prior automation addressing stages in isolation. In this work, we propose PANDA, an LLM-enhanced fram…

TopoSizing: An LLM-aided Framework of Topology-based Understanding and Sizing for AMS Circuits

2025-09-17 · Ziming Wei, Zichen Kong, Yuan Wang, David Z. Pan 외 arxiv

Analog and mixed-signal circuit design remains challenging due to the shortage of high-quality data and the difficulty of embedding domain knowledge into automated flows. Traditional black-box optimization achieves sampl…

AnaFlow: Agentic LLM-based Workflow for Reasoning-Driven Explainable and Sample-Efficient Analog Circuit Sizing

2025-11-05 · Mohsen Ahmadzadeh, Kaichang Chen, Georges Gielen arxiv

Analog/mixed-signal circuits are key for interfacing electronics with the physical world. Their design, however, remains a largely handcrafted process, resulting in long and error-prone design cycles. While the recent ri…

Reinforcement Learning