LGARFeb 5, 2025

PICBench: Benchmarking LLMs for Photonic Integrated Circuits Design

arXiv:2502.03159v12 citationsh-index: 3Has CodeDATE
Originality Synthesis-oriented
AI Analysis

This work addresses the need for automation in PIC design, a domain-specific area of chip design, but it is incremental as it applies existing LLM methods to a new dataset without introducing novel methods.

The paper tackles the problem of automating Photonic Integrated Circuits (PICs) design, which is time-consuming and error-prone, by introducing PICBench, the first benchmarking framework that evaluates large language models (LLMs) for generating PIC netlists, showing challenges and potential in this domain.

While large language models (LLMs) have shown remarkable potential in automating various tasks in digital chip design, the field of Photonic Integrated Circuits (PICs)-a promising solution to advanced chip designs-remains relatively unexplored in this context. The design of PICs is time-consuming and prone to errors due to the extensive and repetitive nature of code involved in photonic chip design. In this paper, we introduce PICBench, the first benchmarking and evaluation framework specifically designed to automate PIC design generation using LLMs, where the generated output takes the form of a netlist. Our benchmark consists of dozens of meticulously crafted PIC design problems, spanning from fundamental device designs to more complex circuit-level designs. It automatically evaluates both the syntax and functionality of generated PIC designs by comparing simulation outputs with expert-written solutions, leveraging an open-source simulator. We evaluate a range of existing LLMs, while also conducting comparative tests on various prompt engineering techniques to enhance LLM performance in automated PIC design. The results reveal the challenges and potential of LLMs in the PIC design domain, offering insights into the key areas that require further research and development to optimize automation in this field. Our benchmark and evaluation code is available at https://github.com/PICDA/PICBench.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes