Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,21 @@ license: bsd-3-clause
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# ChiPBench-D
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
This project represents the dataset part of ChiPBench. The code can be found on GitHub: [ChiPBench](https://github.com/MIRALab-USTC/ChiPBench).
|
| 8 |
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# ChiPBench-D
|
| 6 |
+
ChiPBench:Benchmarking End-to-End Performance of AI-based Chip Placement Algorithms
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
Chip placement is a critical step in the Electronic Design Automation (EDA) workflow, which aims to arrange chip modules on the canvas to optimize the performance, power, and area (PPA) metrics of final designs.
|
| 10 |
+
Recent advances show great potential of AI-based algorithms in chip placement.
|
| 11 |
+
However, due to the lengthy EDA workflow, evaluations of these algorithms often focus on _intermediate surrogate metrics_, which are computationally efficient but often misalign with the final _end-to-end performance_ (i.e., the final design PPA).
|
| 12 |
+
To address this challenge, we propose to build **ChiPBench**, a comprehensive benchmark specifically designed to evaluate the effectiveness of AI-based algorithms in final design PPA metrics.
|
| 13 |
+
Specifically, we generate a diverse evaluation dataset from 20 circuits across various domains, such as CPUs, GPUs, and NPUs.
|
| 14 |
+
|
| 15 |
+
We present an end-to-end evaluation workflow for placement stages of the EDA flow.
|
| 16 |
+
To evaluate a stage-specific algorithm, the output from the preceding stage serves as its input, and the algorithm's output is reintegrated into the original design flow.
|
| 17 |
+
Final PPA metrics provide a comprehensive assessment, avoiding the limitations of isolated stage-specific metrics.
|
| 18 |
+
This approach facilitates algorithm optimization by ensuring improvements translate into practical chip design enhancements.
|
| 19 |
+
We believe ChiPBench will effectively bridge the gap between academia and industry.
|
| 20 |
+
|
| 21 |
|
| 22 |
This project represents the dataset part of ChiPBench. The code can be found on GitHub: [ChiPBench](https://github.com/MIRALab-USTC/ChiPBench).
|
| 23 |
|