paper-with-me

홈 › Papers

Spicing up Genetic Netlist Generation with LLMs

2026-08-24 · Stefan Uhlich, Yağız Gençer, Andrea Bonetti, Arun Venkitaraman, Chia-Yu Hsieh, Eisaku Ohbuchi, Lorenzo Servadei arxiv

Analog circuit topology synthesis remains challenging because useful designs occupy a tiny fraction of a combinatorial search space, and small structural changes can induce highly nonlinear changes in behavior. Evolutionary algorithms are attractive because they can optimize over discrete circuit topologies using only black-box evaluations, but they often require many SPICE simulations and may converge prematurely. We introduce LLM-SPICEMixer, a hybrid synthesis framework that augments genetic netlist generation with IGEL (Inspiration-Guided Evolution with LLMs), an LLM-based proposal operator. During search, IGEL prompts an LLM with high-performing circuits from the elite set and instructs it to generate a new SPICE netlist, which is then evaluated by SPICE and selected using the same reward mechanism as conventional genetic operators. Thus, the LLM contributes structured topology proposals while simulation remains the source of truth. We evaluate LLM-SPICEMixer on a challenging benchmark task: synthesizing transistor-level circuits that implement a discriminant function for Iris classification. Compared with the genetic framework without LLM guidance, LLM-SPICEMixer improves the median final training reward by 8.4% and the median validation-selected test reward by 8.8%. The best validation-selected circuit achieves 93.3% test accuracy at the nominal tt corner and 85.9% average test accuracy across 17 process, voltage, and temperature corners.

📄 PDF Abstract BibTeX arXiv:2608.23317

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SpiceMixer -- Netlist-Level Circuit Evolution

2025-06-02 · Stefan Uhlich, Andrea Bonetti, Arun Venkitaraman, Chia-Yu Hsieh 외

This paper introduces SpiceMixer, a genetic algorithm developed to synthesize novel analog circuits by evolving SPICE netlists. Unlike conventional methods, SpiceMixer operates directly on netlist lines, enabling compati…

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…

Automated Generation of Microfluidic Netlists using Large Language Models

2026-02-22 · Jasper Davidson, Skylar Stockham, Allen Boston, Ashton Snelgrove 외 arxiv

Microfluidic devices have emerged as powerful tools in various laboratory applications, but the complexity of their design limits accessibility for many practitioners. While progress has been made in microfluidic design …

Code Generation

GenEDA: Unleashing Generative Reasoning on Netlist via Multimodal Encoder-Decoder Aligned Foundation Model

2025-04-13 · Wenji Fang, Jing Wang, Yao Lu, Shang Liu 외

The success of foundation AI has motivated the research of circuit foundation models, which are customized to assist the integrated circuit (IC) design process. However, existing pre-trained circuit models are typically …

DecoderType prediction

Wrong Code, Right Structure: Learning Netlist Representations from Imperfect LLM-Generated RTL

2026-03-10 · Siyang Cai, Cangyuan Li, Yinhe Han, Ying Wang arxiv

Learning effective netlist representations is fundamentally constrained by the scarcity of labeled datasets, as real designs are protected by Intellectual Property (IP) and costly to annotate. Existing work therefore foc…

Component ClassificationRepresentation LearningData AugmentationCode Generation