paper-with-me

Papers

AutoEDA: Enabling EDA Flow Automation through Microservice-Based LLM Agents

2025-08-01 · Yiyi Lu, Hoi Ian Au, Junyao Zhang, Jingyu Pan, Guanglei Zhou, Yiting Wang, Jingwei Sun, Ang Li, Jianyi Zhang, Hai Li, Yiran Chen arxiv

Electronic Design Automation (EDA) remains heavily reliant on tool command language (Tcl) scripting to drive complex RTL-to-GDSII flows. This scripting-based paradigm is labor-intensive, error-prone, and difficult to scale across large design projects. Recent advances in large language models (LLMs) suggest a new paradigm of natural language-driven automation. However, existing EDA efforts remain limited and face key challenges, including the absence of standardized interaction protocols and dependence on external APIs that introduce privacy risks. We present AutoEDA, a framework that leverages the Model Context Protocol (MCP) to enable end-to-end natural language control of RTL-to-GDSII design flows. AutoEDA introduces MCP-based servers for task decomposition, tool selection, and automated error handling, ensuring robust interaction between LLM agents and EDA tools. To enhance reliability and confidentiality, we integrate locally fine-tuned LLM agents. We further contribute a benchmark generation pipeline for diverse EDA scenarios and extend CodeBLEU with Tcl-specific enhancements for domain-aware evaluation. Together, these contributions establish a comprehensive framework for LLM-driven EDA automation, bridging natural language interfaces with modern chip design flows. Empirical results show that AutoEDA achieves up to 9.9 times higher accuracy than naive approaches while reducing token usage by approximately 97% compared to in-context learning.

📄 PDF Abstract BibTeX arXiv:2508.01012

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Landscape of R Packages for Automated Exploratory Data Analysis

2019-03-27 · Mateusz Staniak, Przemyslaw Biecek

The increasing availability of large but noisy data sets with a large number of heterogeneous variables leads to the increasing interest in the automation of common tasks for data analysis. The most time-consuming part o…

Feature Engineering

Incorporating Large Language Models into Production Systems for Enhanced Task Automation and Flexibility

2024-07-11 · Yuchen Xia, Jize Zhang, Nasser Jazdi, Michael Weyrich

This paper introduces a novel approach to integrating large language model (LLM) agents into automated production systems, aimed at enhancing task automation and flexibility. We organize production operations within a hi…

Language ModelingLanguage ModellingLarge Language Model

A Comprehensive Survey on Root Cause Analysis in (Micro) Services: Methodologies, Challenges, and Trends

2024-07-23 · Tingting Wang, Guilin Qi

The complex dependencies and propagative faults inherent in microservices, characterized by a dense network of interconnected services, pose significant challenges in identifying the underlying causes of issues. Prompt i…

The Vision of Autonomic Computing: Can LLMs Make It a Reality?

2024-07-19 · Zhiyang Zhang, Fangkai Yang, Xiaoting Qin, Jue Zhang 외

The Vision of Autonomic Computing (ACV), proposed over two decades ago, envisions computing systems that self-manage akin to biological organisms, adapting seamlessly to changing environments. Despite decades of research…

Management

Technical Implementation of Tippy: Multi-Agent Architecture and System Design for Drug Discovery Laboratory Automation

2025-07-18 · Yao Fehlis, Charles Crain, Aidan Jensen, Michael Watson 외 arxiv

Building on the conceptual framework presented in our previous work on agentic AI for pharmaceutical research, this paper provides a comprehensive technical analysis of Tippy's multi-agent system implementation for drug …

Drug Discovery