A curated paper list of existing Artificial Intelligence (AI) for
Electronic Design Automation (EDA) studies.
The list is under construction.
Check out How to contribute & add my publications?
This page contains a curated list of AI for EDA papers.
It is under construction and you are welcomed to submit your publications.
This page can automatically render the plain bibtex file into html for display on the webpage.
So you only need to submit your bibtex file to https://github.com/ai4eda/awesome-AI4EDA.
Or contact Guojin Chen by email cgjcuhk@gmail.com
If you find it helpful, feel free to cite it as
@article{chen2023ai4eda,
title = {Awesome AI for EDA: A curated paper list of Artificial Intelligence for Electronic Design Automation studies.},
author = {Chen, Guojin and Mai, Jing and Lin, Yibo and Yu, Bei},
journal = {ai4eda.github.io},
year = {2023},
url = {https://ai4eda.github.io/}
}
bibtex -> html

By email or By github PR.
bibtex to Guojin Chen by email cgjcuhk@gmail.combibtex formatFollowing this format. Example: 👇🏻
Required Fields
The title, author, _venue, year, topic Fields are required. You publication will be displayed into the corresponding topic.
Optional Fields
You can also add url or link field to attach the paper link.
Add the abstract field to show the paper abstract.
Add the code_url, slides_url, video_url, talk_url, project_url field for link to your codes, slides, video, talks, or project pages.
@inproceedings{DAC23_Nitho,
title={Physics-Informed Optical Kernel Regression Using Complex-valued Neural Fields},
author={Chen, Guojin and Pei, Zehua and Yang, Haoyu and Ma, Yuzhe and Yu, Bei and Wong, Martin},
booktitle={ACM/IEEE Design Automation Conference, (\textbf{DAC '23})},
_venue={DAC}, # Required field,
year={2023}, # Required field,
topic = {Lithography}, # Required field,
url = {link to your paper}, # Optional field,
abstract = {abstract of your paper}, # Optional field,
code_url = {link to your codes}, # Optional field,
slides_url = {link to your slides}, # Optional field,
talk_url = {link to your talk video}, # Optional field,
video_url = {link to your video}, # Optional field,
project_url = {link to your project page}, # Optional field,
}
bibtex file to ./publications/***.bibWe provide different categories according to the EDA flow, please copy your bibtex to the corresponding category.
The categories are defined in pub.yaml of repo: awesome-AI4EDA, you can also submit new categories to pub.yaml or contact cgjcuhk@gmail.com to help you add the categories.
# pub.yaml
categories_publications:
name: "All publications"
categories:
-
heading: "High Level Synthesis"
file: hls.bib
-
heading: "Logic Synthesis"
file: logicSyn.bib
-
heading: "Circuit Verification"
file: circuit.bib
-
heading: "Placement"
file: place.bib
-
heading: "Clock Tree Synthesis"
file: CTS.bib
-
heading: "Routing"
file: routing.bib
-
heading: "Timing"
file: timing.bib
-
heading: "Layout Verification"
file: layoutVer.bib
-
heading: "Mask Optimization"
file: opc.bib
-
heading: "Analog Layout Synthesis"
file: analog.bib
-
heading: "Testing"
file: testing.bib
-
heading: "Dataset and Tools"
file: data.bib
Follow the bibtex format above. Add your bibtex to the corresponding file.
Submit a PR to repo: awesome-AI4EDA.
Or send your plain text bibtex to Guojin Chen (cgjcuhk@gmail.com)
Thank you.
Thanks for the contribution and support from Prof. Bei Yu, Prof. Yibo Lin, Dr. Keren Zhu, Mr. Guojin Chen and Mr.Jing Mai