Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
Libraries:
Datasets
pandas
License:
ZhaojieTu commited on
Commit
b4df182
·
verified ·
1 Parent(s): 8817574

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
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