NeFut Logo NeFut
Admin Login

[CS.AI] Towards Reliable AI-Assisted Analog Design: Template-Constrained LLM Agents for SAR ADC Generation

Published at: 2026-07-18 22:00 Last updated: 2026-07-22 01:24
#algorithm #AI #Open Source

While Large Language Models (LLMs) have demonstrated significant capability in software code generation, their application to analog Electronic Design Automation (EDA) is bottlenecked. Due to limited circuit topology understanding and data, directly prompting LLMs and multimodal models leads to hallucinations and failure to produce schematics capable of passing rigorous SPICE simulations. To address this, we propose an end-to-end, multi-step LLM agentic framework ATLAS, capable of generating a functional Successive Approximation Register (SAR) Analog-to-Digital Converter (ADC) that successfully passes simulation validation.

To adhere to the rigid constraints of analog design, we utilize expert knowledge to ground the LLM in its planning, selection, parameterization, and iterative modification. As part of ATLAS, we introduce Template-Constrained Generation, which, unlike other template-based works, builds towards a more generalized SAR ADC generation flow. We demonstrate a strong proof-of-concept of our framework by developing SAR ADCs across technology nodes and input specs. Overall, our expert-knowledge grounded multi-step agentic ATLAS establishes a pragmatic foundation for integrating LLMs into reliable analog design methodologies.

Blogger's Review: This research illustrates how to overcome the limitations of LLMs in analog design by leveraging expert knowledge and template constraints to generate effective circuits. The introduction of the ATLAS framework offers significant insights for future AI applications in electronic design, particularly in high-reliability domains. Its innovative multi-step approach brings new perspectives to the design process.

Original Source: https://arxiv.org/abs/2607.14165

[h] Back to Home