FluxEDA: A Unified Execution Infrastructure for Stateful Agentic EDA
AI 摘要
FluxEDA为Agentic EDA提供统一的状态执行基础设施,支持EDA工具状态保持和迭代优化。
主要贡献
- 提出了FluxEDA框架,支持状态保持的EDA工具交互
- 实现了基于Gateway的执行接口和持久化后端实例管理
- 验证了框架在timing ECO和标准单元优化中的有效性
方法论
通过构建状态化的基础设施层,实现Agent与EDA工具之间的交互,支持多步骤分析和迭代优化。
原文摘要
Large language models and autonomous agents are increasingly explored for EDA automation, but many existing integrations still rely on script-level or request-level interactions, which makes it difficult to preserve tool state and support iterative optimization in real production-oriented environments. In this work, we present FluxEDA, a unified and stateful infrastructure substrate for agentic EDA. FluxEDA introduces a managed gateway-based execution interface with structured request and response handling. It also maintains persistent backend instances. Together, these features allow upper-layer agents and programmable clients to interact with heterogeneous EDA tools through preserved runtime state, rather than through isolated shell invocations. We evaluate the framework using two representative commercial backend case studies: automated post-route timing ECO and standard-cell sub-library optimization. The results show that FluxEDA can support multi-step analysis and optimization over real tool contexts, including state reuse, rollback, and coordinated iterative execution. These findings suggest that a stateful and governed infrastructure layer is a practical foundation for agent-assisted EDA automation.