pith. sign in

arxiv: 2411.13899 · v2 · pith:KZASKYAWnew · submitted 2024-11-21 · 💻 cs.LG · cs.AR

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

classification 💻 cs.LG cs.AR
keywords schematicsschematocircuithumannetlistsaccuratelycompilationconversion
0
0 comments X
read the original abstract

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 interpretability of circuit diagrams or schematics to intuitively understand, troubleshoot, and develop designs. Hence, to integrate domain knowledge effectively, it is crucial to translate ML-generated netlists into interpretable schematics quickly and accurately. We propose Schemato, a large language model (LLM) for netlist-to-schematic conversion. In particular, we consider our approach in converting netlists to .asc files, text-based schematic description used in LTSpice. Experiments on our circuit dataset show that Schemato achieves up to 76% compilation success rate, surpassing 63% scored by the state-of-the-art LLMs. Furthermore, our experiments show that Schemato generates schematics with an average graph edit distance score and mean structural similarity index measure, scaled by the compilation success rate that are 1.8x and 4.3x higher than the best performing LLMs respectively, demonstrating its ability to generate schematics that are more accurately connected and are closer to the reference human design.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

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

    cs.LG 2026-07 unverdicted novelty 6.0

    SINA converts circuit schematic images to netlists at 96.67% accuracy using deep learning, OCR, connected-component labeling, and a vision-language model, claimed 2.72x better than prior methods.

  2. Surveying GenAI-based Automation in Printed Circuit Board Design and Test

    cs.AR 2026-06 unverdicted novelty 3.0

    Survey of GenAI in PCB design lifecycle presenting taxonomy, technical challenges, and research directions.