paper-with-me

홈 › Papers

AMSnet-KG: A Netlist Dataset for LLM-based AMS Circuit Auto-Design Using Knowledge Graph RAG

2024-11-07 · Yichen Shi, Zhuofu Tao, Yuhao Gao, Tianjia Zhou, Cheng Chang, Yaxing Wang, BingYu Chen, Genhao Zhang, Alvin Liu, Zhiping Yu, Ting-Jung Lin, Lei He

High-performance analog and mixed-signal (AMS) circuits are mainly full-custom designed, which is time-consuming and labor-intensive. A significant portion of the effort is experience-driven, which makes the automation of AMS circuit design a formidable challenge. Large language models (LLMs) have emerged as powerful tools for Electronic Design Automation (EDA) applications, fostering advancements in the automatic design process for large-scale AMS circuits. However, the absence of high-quality datasets has led to issues such as model hallucination, which undermines the robustness of automatically generated circuit designs. To address this issue, this paper introduces AMSnet-KG, a dataset encompassing various AMS circuit schematics and netlists. We construct a knowledge graph with annotations on detailed functional and performance characteristics. Facilitated by AMSnet-KG, we propose an automated AMS circuit generation framework that utilizes the comprehensive knowledge embedded in LLMs. We first formulate a design strategy (e.g., circuit architecture using a number of circuit components) based on required specifications. Next, matched circuit components are retrieved and assembled into a complete topology, and transistor sizing is obtained through Bayesian optimization. Simulation results of the netlist are fed back to the LLM for further topology refinement, ensuring the circuit design specifications are met. We perform case studies of operational amplifier and comparator design to verify the automatic design flow from specifications to netlists with minimal human effort. The dataset used in this paper will be open-sourced upon publishing of this paper.

📄 PDF Abstract BibTeX arXiv:2411.13560

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationHallucinationRAG

Similar Papers 제목 키워드 기반

AMSNet: Netlist Dataset for AMS Circuits

2024-05-15 · Zhuofu Tao, Yichen Shi, Yiru Huo, Rui Ye 외

Today's analog/mixed-signal (AMS) integrated circuit (IC) designs demand substantial manual intervention. The advent of multimodal large language models (MLLMs) has unveiled significant potential across various fields, s…

AMSnet-q: Unsupervised Circuit Identification and Performance Labeling for AMS Circuits

2026-05-02 · Ze Zhang, Junzhuo Zhou, Yichen Shi, Zhuofu Tao 외 arxiv

Analog and mixed-signal (AMS) circuit design remains heavily reliant on expert knowledge. While recent AI-driven automation tools can generate candidate topologies, they critically depend on manually curated datasets wit…

AMSnet 2.0: A Large AMS Database with AI Segmentation for Net Detection

2025-05-14 · Yichen Shi, Zhuofu Tao, Yuhao Gao, Li Huang 외

Current multimodal large language models (MLLMs) struggle to understand circuit schematics due to their limited recognition capabilities. This could be attributed to the lack of high-quality schematic-netlist training da…

GNN-ACLP: Graph Neural Networks based Analog Circuit Link Prediction

2025-04-14 · Guanyuan Pan, Tiansheng Zhou, Bingtao Ma, Yaqi Wang 외

Circuit link prediction identifying missing component connections from incomplete netlists is crucial in automating analog circuit design. However, existing methods face three main challenges: 1) Insufficient use of topo…

Language ModelingLanguage ModellingLarge Language ModelLink Prediction+3

CircuitFormer: A Circuit Language Model for Analog Topology Design from Natural Language Prompt

2026-05-07 · Md Touhidul Islam, Sujan Kumar Saha, Farimah Farahmandi, Mark Tehranipoor arxiv

Automating analog circuit design remains a longstanding challenge in Electronic Design Automation (EDA). While Transformer-based Large Language Models (LLMs) have revolutionized software code generation, their applicatio…

Code Generation