paper-with-me

Papers

SchGen: PCB Schematic Generation with Semantic-Grounded Code Representations

2026-05-28 · Qinpei Luo, Ruichun Ma, Xinyu Zhang, Lili Qiu arxiv

Printed circuit board (PCB) schematic design defines nearly all electronic hardware, but it remains manual and expertise-intensive. While generative AI has advanced digital and analog IC design, PCB schematic generation from natural-language intent is largely unexplored. This paper presents SchGen, the first large language model that generates editable PCB schematics from natural-language requests. The key challenge lies in the lack of an LLM-suited representation and a large-scale dataset. Current schematic formats are dominated by verbose, tool-specific syntax and geometry-heavy descriptions, making them difficult to generate reliably. We introduce a semantically grounded code representation that encodes schematic editing primitives with relative placement and pin-name-based wiring, transforming a geometry-driven generation problem into a semantics-driven matching task amenable to LLMs. We further construct a large-scale dataset of PCB schematics paired with user prompts via a human-agent collaborative pipeline that converts open-source hardware designs into our representation. Experiments show that SchGen significantly outperforms alternative representations and even larger general-purpose LLMs on wire connectivity accuracy and functional correctness. Our results highlight the critical role of representation design in enabling generative models for complex hardware design tasks.

📄 PDF Abstract BibTeX arXiv:2605.30345

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

pcbGPT: Automatic PCB Schematic Synthesis from Natural Language Requirements

2026-05-31 · Tobias King, Steven Kehrberg, Michael Beigl, Tobias Röddiger arxiv

Translating natural-language hardware requirements into correct printed circuit board (PCB) schematics remains difficult in embedded, IoT, and wearable development. Designers must choose compatible components, interpret …

EEschematic: Multimodal-LLM Based AI Agent for Schematic Generation of Analog Circuit

2025-10-19 · Chang Liu, Danial Chitnis arxiv

Circuit schematics play a crucial role in analog integrated circuit design, serving as the primary medium for human understanding and verification of circuit functionality. While recent large language model (LLM)-based a…

OmniSch: A Multimodal PCB Schematic Benchmark For Structured Diagram Visual Reasoning

2026-03-31 · Taiting Lu, Kaiyuan Lin, Yuxin Tian, Mingjia Wang 외 arxiv

Recent large multimodal models (LMMs) have made rapid progress in visual grounding, document understanding, and diagram reasoning tasks. However, their ability to convert Printed Circuit Board (PCB) schematic diagrams in…

Visual GroundingVisual Reasoning

CircuitLM: A Multi-Agent LLM-Aided Design Framework for Generating Circuit Schematics from Natural Language Prompts

2026-01-08 · Khandakar Shakib Al Hasan, Syed Rifat Raiyan, Hasin Mahtab Alvee, Wahid Sadik arxiv

Generating accurate circuit schematics from high-level natural language descriptions remains a persistent challenge in electronic design automation (EDA), as large language models (LLMs) frequently hallucinate components…

SemanticForge: Repository-Level Code Generation through Semantic Knowledge Graphs and Constraint Satisfaction

2025-11-10 · Wuyang Zhang, Chenkai Zhang, Zhen Luo, Jianming Ma 외 arxiv

Large language models (LLMs) have transformed software development by enabling automated code generation, yet they frequently suffer from systematic errors that limit practical deployment. We identify two critical failur…

Knowledge GraphsCode Generation