Update README.md
Browse files
README.md
CHANGED
|
@@ -30,5 +30,20 @@ data
|
|
| 30 |
- **case_name.v**: Synthesized netlist files for the case.
|
| 31 |
- **constraint.sdc**: Timing constraint files for the case.
|
| 32 |
|
|
|
|
| 33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
|
|
|
|
| 30 |
- **case_name.v**: Synthesized netlist files for the case.
|
| 31 |
- **constraint.sdc**: Timing constraint files for the case.
|
| 32 |
|
| 33 |
+
**Download Using Croissant Format**
|
| 34 |
|
| 35 |
+
You only need to download the following files first:
|
| 36 |
+
|
| 37 |
+
- [`download_dataset.py`](https://huggingface.co/datasets/MIRA-Lab/ChiPBench-D/blob/main/download_dataset.py)
|
| 38 |
+
- [`chipbench_meta_data.json`](https://huggingface.co/datasets/MIRA-Lab/ChiPBench-D/blob/main/chipbench_meta_data.json)
|
| 39 |
+
|
| 40 |
+
Then run the following commands:
|
| 41 |
+
|
| 42 |
+
```bash
|
| 43 |
+
mkdir ChiPBench-D
|
| 44 |
+
cp download_dataset.py ChiPBench-D/
|
| 45 |
+
cp chipbench_meta_data.json ChiPBench-D/
|
| 46 |
+
cd ChiPBench-D/
|
| 47 |
+
python3 download_dataset.py
|
| 48 |
+
```
|
| 49 |
|