# AiEDA
## 介绍
面向python编程的EDA平台,集成iEDA等开源EDA工具的各类接口作为AiEDA开发引擎
### 修改iEDA third_party/iEDA/CMakelist.txt 以下参数
```Shell
option(BUILD_STATIC_LIB "If ON, build static lib." OFF)
option(BUILD_PYTHON "If ON, build python interface." ON)
```
### 编译iEDA,并install
```Shell
cd third_party/iEDA
mkdir build
cd build
cmake ..
make -j32 ieda_py
```
Raw data
{
"_id": null,
"home_page": "https://github.com/OSCC-Project/AiEDA",
"name": "aieda",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "eda, ieda, vlsi, synthesis, place-and-route, ai",
"author": "yhqiu",
"author_email": "qiuyihang23@mails.ucas.ac.cn",
"download_url": "https://files.pythonhosted.org/packages/28/df/d64e2f549fb5d56c7a12803dcf97c23dc54b49d3d734ea6732759925494e/aieda-0.1.0.tar.gz",
"platform": null,
"description": "# AiEDA\n\n## \u4ecb\u7ecd\n\u9762\u5411python\u7f16\u7a0b\u7684EDA\u5e73\u53f0\uff0c\u96c6\u6210iEDA\u7b49\u5f00\u6e90EDA\u5de5\u5177\u7684\u5404\u7c7b\u63a5\u53e3\u4f5c\u4e3aAiEDA\u5f00\u53d1\u5f15\u64ce\n\n### \u4fee\u6539iEDA third_party/iEDA/CMakelist.txt \u4ee5\u4e0b\u53c2\u6570\n```Shell\noption(BUILD_STATIC_LIB \"If ON, build static lib.\" OFF)\noption(BUILD_PYTHON \"If ON, build python interface.\" ON)\n```\n### \u7f16\u8bd1iEDA\uff0c\u5e76install\n```Shell\ncd third_party/iEDA\nmkdir build\ncd build\ncmake ..\nmake -j32 ieda_py\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "AI-Enhanced Electronic Design Automation Library with iEDA Integration",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/OSCC-Project/AiEDA"
},
"split_keywords": [
"eda",
" ieda",
" vlsi",
" synthesis",
" place-and-route",
" ai"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "1187d298624d1b1c39c80cc17f3cf201d4c8cfcbdf6e813b58eb6964bb561c32",
"md5": "71f3d4eaad818be334a7cbb54a25ddd5",
"sha256": "18108f881ef1861d08762f46dc2e0920ec8f6765c3f859794f93790e34824756"
},
"downloads": -1,
"filename": "aieda-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "71f3d4eaad818be334a7cbb54a25ddd5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 73312,
"upload_time": "2025-07-10T11:54:35",
"upload_time_iso_8601": "2025-07-10T11:54:35.912830Z",
"url": "https://files.pythonhosted.org/packages/11/87/d298624d1b1c39c80cc17f3cf201d4c8cfcbdf6e813b58eb6964bb561c32/aieda-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "28dfd64e2f549fb5d56c7a12803dcf97c23dc54b49d3d734ea6732759925494e",
"md5": "0e6816aee2e715d379e9d3231e6938d6",
"sha256": "4abd147fbd7d0a9402cc887984abc538a68fb1c0f9b782633bb6d31b0a87ccb1"
},
"downloads": -1,
"filename": "aieda-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "0e6816aee2e715d379e9d3231e6938d6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 51881,
"upload_time": "2025-07-10T11:54:37",
"upload_time_iso_8601": "2025-07-10T11:54:37.446824Z",
"url": "https://files.pythonhosted.org/packages/28/df/d64e2f549fb5d56c7a12803dcf97c23dc54b49d3d734ea6732759925494e/aieda-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-10 11:54:37",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "OSCC-Project",
"github_project": "AiEDA",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "aieda"
}