Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -32
README.md CHANGED
@@ -1,32 +1,34 @@
1
- ---
2
- 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
-
9
- ## Details
10
-
11
-
12
-
13
- ### data
14
-
15
- ```bash
16
- data
17
- ├── case_name
18
- │ ├── def
19
- │ ├── lef
20
- │ ├── lib
21
- │ ├── case_name.v
22
- │ ├── constraint.sdc
23
- ```
24
-
25
- - **def**: DEF files.
26
- - **lef**: Case-specific LEF files.
27
- - **lib**: Case-specific LIB files.
28
- - **case_name.v**: Synthesized netlist files for the case.
29
- - **constraint.sdc**: Timing constraint files for the case.
30
-
31
-
32
-
 
 
 
1
+ ---
2
+ 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
+
9
+ ## Details
10
+
11
+
12
+
13
+ ### data
14
+
15
+ ```bash
16
+ data
17
+ ├── case_name
18
+ │ ├── def
19
+ │ ├── lef
20
+ │ ├── lib
21
+ │ ├── case_name.v
22
+ │ ├── constraint.sdc
23
+ ```
24
+
25
+ - **def**: DEF files.
26
+ - `pre_place.def`: Floorplan initialization completed; macros and standard cells are not yet placed.
27
+ - `macro_placed.def`: Macros are fixed in place (placed using OpenROAD's Hier-RTLMP method); standard cells are not yet placed.
28
+ - **lef**: Case-specific LEF files.
29
+ - **lib**: Case-specific LIB files.
30
+ - **case_name.v**: Synthesized netlist files for the case.
31
+ - **constraint.sdc**: Timing constraint files for the case.
32
+
33
+
34
+