LLMs for Analog Circuit Design Continuum (ACDC)
Yasaman Esfandiari, Jocelyn Rego, Austin Meyer, Jonathan Gallagher, Mia Levy
TL;DR
This work investigates the use of large language models to automate analog circuit layout from netlists under realistic design constraints like DRC and LVS. It progresses from simple masking tasks to sequential placement with Mistral-7B and to all-at-once layout generation with GPT-oss-20B, examining how data representations and prompts influence reliability and generalization. Key findings show that larger, task-specific models can produce non-overlapping, compact layouts that respect symmetry in synthetic data, but real-world nets reveal remaining gaps and parsing challenges that limit deployment. The paper highlights practical directions, including richer structural representations and robust parsing, to advance AI-assisted, constraint-aware analog layout synthesis toward deployable solutions.
Abstract
Large Language Models (LLMs) and transformer architectures have shown impressive reasoning and generation capabilities across diverse natural language tasks. However, their reliability and robustness in real-world engineering domains remain largely unexplored, limiting their practical utility in human-centric workflows. In this work, we investigate the applicability and consistency of LLMs for analog circuit design -- a task requiring domain-specific reasoning, adherence to physical constraints, and structured representations -- focusing on AI-assisted design where humans remain in the loop. We study how different data representations influence model behavior and compare smaller models (e.g., T5, GPT-2) with larger foundation models (e.g., Mistral-7B, GPT-oss-20B) under varying training conditions. Our results highlight key reliability challenges, including sensitivity to data format, instability in generated designs, and limited generalization to unseen circuit configurations. These findings provide early evidence on the limits and potential of LLMs as tools to enhance human capabilities in complex engineering tasks, offering insights into designing reliable, deployable foundation models for structured, real-world applications.
