Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!--
|
| 2 |
+
* @Author: qiuyihang23@mails.ucas.ac.cn
|
| 3 |
+
* @Date: 2024-08-15 12:33:11
|
| 4 |
+
* @FilePath: /iEDADesigns/hpwl_rwl_dataset/README.md
|
| 5 |
+
* @Description:
|
| 6 |
+
*
|
| 7 |
+
* Copyright (c) 2024 by Yihang Qiu, All Rights Reserved.
|
| 8 |
+
-->
|
| 9 |
+
---
|
| 10 |
+
language:
|
| 11 |
+
- en
|
| 12 |
+
license: mit
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# Dataset: HPWL and RWL Correlation Study
|
| 16 |
+
|
| 17 |
+
This dataset contains two files:
|
| 18 |
+
- hpwl.txt: Contains Half-Perimeter Wirelength (HPWL) data
|
| 19 |
+
- rwl.txt: Contains Real Wirelength (RWL) data
|
| 20 |
+
|
| 21 |
+
These files are used to study the correlation between HPWL and RWL in integrated circuit design.
|
| 22 |
+
|
| 23 |
+
## Usage
|
| 24 |
+
|
| 25 |
+
This dataset can be used to learn the correlation coefficient between HPWL and RWL.
|
| 26 |
+
|
| 27 |
+
## Citation
|
| 28 |
+
|
| 29 |
+
If you use this dataset, please cite:
|
| 30 |
+
|
| 31 |
+
[Your citation information here]
|