Overview
Research area: NLP Authors: Qinpei Luo, Ruichun Ma, Xinyu Zhang, Lili Qiu Published: 2026-05-28 arXiv: 2605.30345
Abstract (translated)
Printed circuit board (PCB) schematic design defines nearly all electronic hardware, yet it remains manual and expertise-dependent. While generative AI has advanced digital and analog IC design, generating PCB schematics from natural-language intent has been largely unexplored. This paper proposes SchGen, the first large language model that generates editable PCB schematics from natural-language requests.
Key challenges include the lack of LLM-suitable representations and large-scale datasets. Current schematic formats are dominated by verbose, tool-specific syntax and geometry-dense descriptions, making them hard to generate reliably. The authors introduce a semantic-grounded code representation that encodes schematic editing primitives with relative placement and pin-name-based routing, transforming the geometry-driven generation problem into an LLM-friendly, semantic-driven matching task.
They construct a large-scale dataset of PCB schematic–user-prompt pairs through a human-in-the-loop pipeline that converts open-source hardware designs into their representation. Experiments show SchGen significantly outperforms alternative representations—and even larger general-purpose LLMs—in net connectivity accuracy and functional correctness. The results highlight the critical role of representation design in enabling generative models to handle complex hardware design tasks.
--- *Auto-collected on 2026-06-01*