RFAmpDesigner: A Self-Evolving Multi-Agent LLM Framework for Automated Radio Frequency Amplifier Design

2026-05-11Hardware Architecture

Hardware Architecture
AI summary

The authors present RFAmpDesigner, a new tool that helps automate the design of radio frequency (RF) amplifiers by using large language models (LLMs) in a smarter way. They tackle common challenges like too many design variables and lack of data by turning the problem into simpler resource allocation steps that align with real engineering practices. Their approach also learns from past designs to improve over time. They tested it on low noise amplifiers and showed it works across different frequencies and bandwidths, offering a fresh method that focuses on design ideas instead of raw circuit details.

RF amplifierlow noise amplifierlarge language model (LLM)resource allocationretrieval-augmented generation (RAG)circuit optimizationbandwidthcenter frequencydesign automationnetlist
Authors
Hang Lu, Guochang Li, Qianyu Chen, Huiyan Gao, Shaogang Wang, Xuanyu He, Yiwei Liu, Gaopeng Chen, Nayu Li, Xiaokang Qi, Chunyi Song, Zhiwei Xu
Abstract
Automating radio frequency (RF) amplifier design remains challenging because existing methods suffer from the curse of dimensionality, weak use of domain knowledge, and poor transferability, leading to low data efficiency. Meanwhile, although large language models (LLMs) have shown promise in many scientific domains, applying them directly to RF sizing is nontrivial due to the numerical nature of circuit optimization and the reliance on domain-specific design flows. To address this, this paper proposes RFAmpDesigner, a multi-agent framework that automates RF amplifier sizing. It introduces a resource-allocation middleware that reframes high-dimensional parameter tuning as a low-dimensional resource distribution problem, making it easier to inject sizing knowledge into general-purpose LLMs. The framework also follows standard design practice, enabling LLMs to distinguish between high- and low-cost actions and search in parallel. To realize a self-evolving optimization process, the framework employs retrieval-augmented generation (RAG) to reuse past knowledge and experience from memory base. As a proof of concept, we apply RFAmpDesigner to low noise amplifiers of varying complexity. The experimental results show that it can automatically synthesize designs with fractional bandwidths ranging from 10\% to 80\% and center frequencies from 10 GHz to 50 GHz. To the best of our knowledge, this work develops the first LLM-driven approach for RF amplifier sizing that operates on design concepts instead of treating netlists as text, offering a novel solution to mitigate data scarcity in RF design.