paper-with-me

홈 › Papers

SpiceMixer -- Netlist-Level Circuit Evolution

2025-06-02 · Stefan Uhlich, Andrea Bonetti, Arun Venkitaraman, Chia-Yu Hsieh, Mustafa Emre Gürsoy, Ryoga Matsuo, Lorenzo Servadei

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 compatibility with any component or subcircuit type and supporting general-purpose genetic operations. By using a normalized netlist format, the algorithm enhances the effectiveness of its genetic operators: crossover, mutation, and pruning. We show that SpiceMixer achieves superior performance in synthesizing standard cells (inverter, two-input NAND, and latch) and in designing an analog classifier circuit for the Iris dataset, reaching an accuracy of 89% on the test set. Across all evaluated tasks, SpiceMixer consistently outperforms existing synthesis methods.

📄 PDF Abstract BibTeX arXiv:2506.01497

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Spicing up Genetic Netlist Generation with LLMs

2026-08-24 · Stefan Uhlich, Yağız Gençer, Andrea Bonetti, Arun Venkitaraman 외 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. Evolution…

SINA: A Fully Automated Circuit Schematic Image to Netlist Generator Using Artificial Intelligence

2026-07-02 · Saoud Aldowaish, Yashwanth Karumanchi, Kai-Chen Chiang, Mohammed Ayman Habib 외 arxiv

Recent advances in Artificial Intelligence (AI) have revolutionized Electronic Design Automation (EDA), particularly through Large Language Models (LLMs) for circuit design tasks. However, their application to analog and…

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…

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

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