paper-with-me

Papers

Weave: Verified Netlist-to-Schematic Conversion via Layered Graph Layout

2026-07-04 · Senol Gulgonul arxiv

Converting a SPICE netlist into a human-readable schematic is a longstanding problem in electronic design automation: simulators and machine-learning pipelines readily produce netlists, but designers reason about circuits through diagrams. Recent learning-based approaches translate netlists into schematics probabilistically, yet they provide no guarantee that the generated drawing preserves the original connectivity, and their accuracy degrades sharply as circuits grow. We present Weave, a deterministic converter that turns a SPICE netlist into an LTspice .asc schematic using a layered (Sugiyama-style) graph layout, and that certifies every output by a round-trip connectivity check: the generated schematic is re-parsed into a netlist and compared, net for net, against the input. A result is reported as correct only when the two partitions are identical, giving a binary correctness certificate rather than a similarity score. Weave runs entirely client-side as a single dependency-free file and embeds a pin table for 5093 LTspice symbols. On the identical public Circuits-LTSpice test set used by the state-of-the-art LLM converter Schemato (117 circuits, netlisted with LTspice itself), Weave achieves 100% compilation and 100% round-trip-verified connectivity equivalence, compared with Schemato's reported 76% compilation and a graph-edit-distance similarity of 0.35; notably, 73% of that set exceeds the five-component threshold beyond which Schemato reports losing connectivity accuracy. On a larger and harder corpus, the 3460 netlistable circuits of the official Analog Devices LTspice demo collection, Weave verifies exact connectivity for 88.4% of circuits, with the remaining failures concentrated in a single, well-characterized class of dense multi-pin power modules.

📄 PDF Abstract BibTeX arXiv:2607.03835

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Schemato -- An LLM for Netlist-to-Schematic Conversion

2024-11-21 · Ryoga Matsuo, Stefan Uhlich, Arun Venkitaraman, Andrea Bonetti 외

Machine learning models are advancing circuit design, particularly in analog circuits. They typically generate netlists that lack human interpretability. This is a problem as human designers heavily rely on the interpret…

Language ModelingLanguage ModellingLarge Language Model

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 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…

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…

PCBnet: A Dataset and Automatic Construction of SPICE Netlists from Schematic Images

2026-08-28 · Zhen Huang, Yuhao Gao, Yuzhi Liu, Daian Cheng 외 arxiv

Printed circuit boards (PCBs) are fundamental to modern electronic systems, yet AI-driven PCB design automation remains constrained by the lack of large-scale paired schematic-netlist datasets. PCB schematics are particu…