paper-with-me

홈 › Papers

AiEDA: An Open-Source AI-Aided Design Library for Design-to-Vector

2025-11-08 · Yihang Qiu, Zengrong Huang, Simin Tao, Hongda Zhang, Weiguo Li, Xinhua Lai, Rui Wang, Weiqiang Wang, Xingquan Li arxiv

Recent research has demonstrated that artificial intelligence (AI) can assist electronic design automation (EDA) in improving both the quality and efficiency of chip design. But current AI for EDA (AI-EDA) infrastructures remain fragmented, lacking comprehensive solutions for the entire data pipeline from design execution to AI integration. Key challenges include fragmented flow engines that generate raw data, heterogeneous file formats for data exchange, non-standardized data extraction methods, and poorly organized data storage. This work introduces a unified open-source library for EDA (AiEDA) that addresses these issues. AiEDA integrates multiple design-to-vector data representation techniques that transform diverse chip design data into universal multi-level vector representations, establishing an AI-aided design (AAD) paradigm optimized for AI-EDA workflows. AiEDA provides complete physical design flows with programmatic data extraction and standardized Python interfaces bridging EDA datasets and AI frameworks. Leveraging the AiEDA library, we generate iDATA, a 600GB dataset of structured data derived from 50 real chip designs (28nm), and validate its effectiveness through seven representative AAD tasks spanning prediction, generation, optimization and analysis. The code is publicly available at https://github.com/OSCC-Project/AiEDA, while the full iDATA dataset is being prepared for public release, providing a foundation for future AI-EDA research.

📄 PDF Abstract BibTeX arXiv:2511.05823

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

OpenFHE: Open-Source Fully Homomorphic Encryption Library

2022-09-15 · WAHC 2022 – 10th Workshop on Encrypted Computing & Applied Homomorphic Cryptography 2022 9 · Ahmad Al Badawi, Andreea Alexandru, Jack Bates, Flavio Bergamaschi 외

Fully Homomorphic Encryption (FHE) is a powerful cryptographic primitive that enables performing computations over encrypted data without having access to the secret key. We introduce OpenFHE, a new open-source FHE softw…

Douglas-Quaid -- Open Source Image Matching Library

2019-08-12 · Vincent Falconieri

Security analysts need to classify, search and correlate numerous images. Automatic classification tools improve the efficiency of such tasks. However, no open-source and turnkey library was found able to reach this goal…

ClassificationGeneral Classification

Design principles of an open-source language modeling microservice package for AAC text-entry applications

2022-05-01 · SLPAT (ACL) 2022 5 · Brian Roark, Alexander Gutkin

We present MozoLM, an open-source language model microservice package intended for use in AAC text-entry applications, with a particular focus on the design principles of the library. The intent of the library is to allo…

Language ModelingLanguage Modelling

Designing and building the mlpack open-source machine learning library

2017-08-17 · Ryan R. Curtin, Marcus Edel

mlpack is an open-source C++ machine learning library with an emphasis on speed and flexibility. Since its original inception in 2007, it has grown to be a large project implementing a wide variety of machine learning al…

BIG-bench Machine Learning

gsplat: An Open-Source Library for Gaussian Splatting

2024-09-10 · Vickie Ye, RuiLong Li, Justin Kerr, Matias Turkulainen 외

gsplat is an open-source library designed for training and developing Gaussian Splatting methods. It features a front-end with Python bindings compatible with the PyTorch library and a back-end with highly optimized CUDA…