Datasets:

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

Upload chipbench_meta_data.json

Browse files
Files changed (1) hide show
  1. chipbench_meta_data.json +341 -0
chipbench_meta_data.json ADDED
@@ -0,0 +1,341 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": {
3
+ "@language": "en",
4
+ "@vocab": "https://schema.org/",
5
+ "citeAs": "cr:citeAs",
6
+ "column": "cr:column",
7
+ "conformsTo": "dct:conformsTo",
8
+ "cr": "http://mlcommons.org/croissant/",
9
+ "rai": "http://mlcommons.org/croissant/RAI/",
10
+ "data": {
11
+ "@id": "cr:data",
12
+ "@type": "@json"
13
+ },
14
+ "dataType": {
15
+ "@id": "cr:dataType",
16
+ "@type": "@vocab"
17
+ },
18
+ "dct": "http://purl.org/dc/terms/",
19
+ "examples": {
20
+ "@id": "cr:examples",
21
+ "@type": "@json"
22
+ },
23
+ "extract": "cr:extract",
24
+ "field": "cr:field",
25
+ "fileProperty": "cr:fileProperty",
26
+ "fileObject": "cr:fileObject",
27
+ "fileSet": "cr:fileSet",
28
+ "format": "cr:format",
29
+ "includes": "cr:includes",
30
+ "isLiveDataset": "cr:isLiveDataset",
31
+ "jsonPath": "cr:jsonPath",
32
+ "key": "cr:key",
33
+ "md5": "cr:md5",
34
+ "parentField": "cr:parentField",
35
+ "path": "cr:path",
36
+ "recordSet": "cr:recordSet",
37
+ "references": "cr:references",
38
+ "regex": "cr:regex",
39
+ "repeated": "cr:repeated",
40
+ "replace": "cr:replace",
41
+ "sc": "https://schema.org/",
42
+ "separator": "cr:separator",
43
+ "source": "cr:source",
44
+ "subField": "cr:subField",
45
+ "transform": "cr:transform"
46
+ },
47
+ "@type": "sc:Dataset",
48
+ "name": "ChiPBench-D",
49
+ "description": "A dataset of digital design with standard DEF/LEF/Liberty/Verilog/SDC files, intended for use in EDA placement benchmarks.",
50
+ "license": "https://opensource.org/licenses/MIT",
51
+ "version": "1.0",
52
+ "datePublished": "2025-05-08",
53
+ "url": "https://huggingface.co/datasets/MIRA-Lab/ChiPBench-D",
54
+ "creator": {
55
+ "@type": "sc:Person",
56
+ "name": "MIRA-Lab"
57
+ },
58
+ "citeAs": "ChiPBench-D",
59
+ "conformsTo": "http://mlcommons.org/croissant/1.0",
60
+ "distribution": [
61
+ {
62
+ "@type": "cr:FileObject",
63
+ "@id": "repo",
64
+ "name": "ChiPBench-D Repository",
65
+ "description": "Git repository containing all ChiPBench-D design files",
66
+ "contentUrl": "https://huggingface.co/datasets/MIRA-Lab/ChiPBench-D",
67
+ "encodingFormat": "git+https",
68
+ "sha256": "main"
69
+ },
70
+ {
71
+ "@type": "cr:FileSet",
72
+ "@id": "verilog-files",
73
+ "name": "Verilog Files",
74
+ "description": "Verilog Files",
75
+ "containedIn": {
76
+ "@id": "repo"
77
+ },
78
+ "includes": "data/*/*.v",
79
+ "encodingFormat": "text/plain"
80
+ },
81
+ {
82
+ "@type": "cr:FileSet",
83
+ "@id": "sdc-files",
84
+ "name": "SDC Files",
85
+ "description": "LEF Files",
86
+ "containedIn": {
87
+ "@id": "repo"
88
+ },
89
+ "includes": "data/*/*.sdc",
90
+ "encodingFormat": "text/plain"
91
+ },
92
+ {
93
+ "@type": "cr:FileSet",
94
+ "@id": "lef-files",
95
+ "name": "LEF Files",
96
+ "description": "LEF Files",
97
+ "containedIn": {
98
+ "@id": "repo"
99
+ },
100
+ "includes": "data/*/lef/*.lef",
101
+ "encodingFormat": "text/plain"
102
+ },
103
+ {
104
+ "@type": "cr:FileSet",
105
+ "@id": "lib-files",
106
+ "name": "Liberty Files",
107
+ "description": "Liberty Files",
108
+ "containedIn": {
109
+ "@id": "repo"
110
+ },
111
+ "includes": "data/*/lib/*.lib",
112
+ "encodingFormat": "text/plain"
113
+ },
114
+ {
115
+ "@type": "cr:FileSet",
116
+ "@id": "def-files",
117
+ "name": "DEF Files",
118
+ "description": "DEF Files",
119
+ "containedIn": {
120
+ "@id": "repo"
121
+ },
122
+ "includes": "data/*/def/*.def",
123
+ "encodingFormat": "text/plain"
124
+ }
125
+ ],
126
+ "recordSet": [
127
+ {
128
+ "@type": "cr:RecordSet",
129
+ "@id": "verilog_file",
130
+ "name": "verilog_file",
131
+ "description": "Records of Verilog design files",
132
+ "field": [
133
+ {
134
+ "@type": "cr:Field",
135
+ "@id": "verilog_file/design_name",
136
+ "name": "design_name",
137
+ "dataType": "sc:Text",
138
+ "description": "Design name extracted from Verilog file path",
139
+ "source": {
140
+ "fileSet": { "@id": "verilog-files" },
141
+ "extract": { "fileProperty": "fullpath" },
142
+ "transform": { "regex": "data/([^/]+)/[^/]+\\.v$" }
143
+ }
144
+ },
145
+ {
146
+ "@type": "cr:Field",
147
+ "@id": "verilog_file/verilog_path",
148
+ "name": "verilog_path",
149
+ "dataType": "sc:Text",
150
+ "description": "Full path of the Verilog file",
151
+ "source": {
152
+ "fileSet": { "@id": "verilog-files" },
153
+ "extract": { "fileProperty": "fullpath" }
154
+ }
155
+ },
156
+ {
157
+ "@type": "cr:Field",
158
+ "@id": "verilog_file/verilog_content",
159
+ "name": "verilog_content",
160
+ "dataType": "sc:Text",
161
+ "description": "Content of the Verilog design file",
162
+ "source": {
163
+ "fileSet": { "@id": "verilog-files" },
164
+ "extract": { "fileProperty": "content" }
165
+ }
166
+ }
167
+ ]
168
+ },
169
+ {
170
+ "@type": "cr:RecordSet",
171
+ "@id": "sdc_file",
172
+ "name": "sdc_file",
173
+ "description": "Records of SDC timing constraint files",
174
+ "field": [
175
+ {
176
+ "@type": "cr:Field",
177
+ "@id": "sdc_file/design_name",
178
+ "name": "design_name",
179
+ "dataType": "sc:Text",
180
+ "description": "Design name extracted from SDC file path",
181
+ "source": {
182
+ "fileSet": { "@id": "sdc-files" },
183
+ "extract": { "fileProperty": "fullpath" },
184
+ "transform": { "regex": "data/([^/]+)/[^/]+\\.sdc$" }
185
+ }
186
+ },
187
+ {
188
+ "@type": "cr:Field",
189
+ "@id": "sdc_file/sdc_path",
190
+ "name": "sdc_path",
191
+ "dataType": "sc:Text",
192
+ "description": "Full path of the SDC file",
193
+ "source": {
194
+ "fileSet": { "@id": "sdc-files" },
195
+ "extract": { "fileProperty": "fullpath" }
196
+ }
197
+ },
198
+ {
199
+ "@type": "cr:Field",
200
+ "@id": "sdc_file/sdc_content",
201
+ "name": "sdc_content",
202
+ "dataType": "sc:Text",
203
+ "description": "Content of the SDC constraint file",
204
+ "source": {
205
+ "fileSet": { "@id": "sdc-files" },
206
+ "extract": { "fileProperty": "content" }
207
+ }
208
+ }
209
+ ]
210
+ },
211
+ {
212
+ "@type": "cr:RecordSet",
213
+ "@id": "lef_file",
214
+ "name": "lef_file",
215
+ "description": "Records of LEF technology/library files",
216
+ "field": [
217
+ {
218
+ "@type": "cr:Field",
219
+ "@id": "lef_file/design_name",
220
+ "name": "design_name",
221
+ "dataType": "sc:Text",
222
+ "description": "Design name extracted from LEF file path",
223
+ "source": {
224
+ "fileSet": { "@id": "lef-files" },
225
+ "extract": { "fileProperty": "fullpath" },
226
+ "transform": { "regex": "data\\/([^\\/]+)\\/lef\\/[^\\/]+\\.lef$" }
227
+ }
228
+ },
229
+ {
230
+ "@type": "cr:Field",
231
+ "@id": "lef_file/lef_content",
232
+ "name": "lef_content",
233
+ "dataType": "sc:Text",
234
+ "description": "Content of the LEF file",
235
+ "source": {
236
+ "fileSet": { "@id": "lef-files" },
237
+ "extract": { "fileProperty": "content" }
238
+ }
239
+ },
240
+ {
241
+ "@type": "cr:Field",
242
+ "@id": "lef_file/lef_paths",
243
+ "name": "lef_paths",
244
+ "dataType": "sc:Text",
245
+ "description": "Full path of the LEF file",
246
+ "source": {
247
+ "fileSet": { "@id": "lef-files" },
248
+ "extract": { "fileProperty": "fullpath" }
249
+ }
250
+ }
251
+ ]
252
+ },
253
+ {
254
+ "@type": "cr:RecordSet",
255
+ "@id": "lib_file",
256
+ "name": "lib_file",
257
+ "description": "Records of Liberty (.lib) timing files",
258
+ "field": [
259
+ {
260
+ "@type": "cr:Field",
261
+ "@id": "lib_file/design_name",
262
+ "name": "design_name",
263
+ "dataType": "sc:Text",
264
+ "description": "Design name extracted from Liberty file path",
265
+ "source": {
266
+ "fileSet": { "@id": "lib-files" },
267
+ "extract": { "fileProperty": "fullpath" },
268
+ "transform": { "regex": "data\\/([^\\/]+)\\/lib\\/[^\\/]+\\.lib$" }
269
+ }
270
+ },
271
+ {
272
+ "@type": "cr:Field",
273
+ "@id": "lib_file/lib_paths",
274
+ "name": "lib_paths",
275
+ "dataType": "sc:Text",
276
+ "description": "Full path of the Liberty file",
277
+ "source": {
278
+ "fileSet": { "@id": "lib-files" },
279
+ "extract": { "fileProperty": "fullpath" }
280
+ }
281
+ },
282
+ {
283
+ "@type": "cr:Field",
284
+ "@id": "lib_file/lib_content",
285
+ "name": "lib_content",
286
+ "dataType": "sc:Text",
287
+ "description": "Content of the Liberty timing file",
288
+ "source": {
289
+ "fileSet": { "@id": "lib-files" },
290
+ "extract": { "fileProperty": "content" }
291
+ }
292
+ }
293
+ ]
294
+ },
295
+ {
296
+ "@type": "cr:RecordSet",
297
+ "@id": "def_file",
298
+ "name": "def_file",
299
+ "description": "Records of DEF placement/routing files",
300
+ "field": [
301
+ {
302
+ "@type": "cr:Field",
303
+ "@id": "def_file/design_name",
304
+ "name": "design_name",
305
+ "dataType": "sc:Text",
306
+ "description": "Design name extracted from DEF file path",
307
+ "source": {
308
+ "fileSet": { "@id": "def-files" },
309
+ "extract": { "fileProperty": "fullpath" },
310
+ "transform": { "regex": "data\\/([^\\/]+)\\/def\\/[^\\/]+\\.def$" }
311
+ }
312
+ },
313
+ {
314
+ "@type": "cr:Field",
315
+ "@id": "def_file/def_paths",
316
+ "name": "def_paths",
317
+ "dataType": "sc:Text",
318
+ "description": "Full path of the DEF file",
319
+ "source": {
320
+ "fileSet": { "@id": "def-files" },
321
+ "extract": { "fileProperty": "fullpath" }
322
+ }
323
+ },
324
+ {
325
+ "@type": "cr:Field",
326
+ "@id": "def_file/def_content",
327
+ "name": "def_content",
328
+ "dataType": "sc:Text",
329
+ "description": "Content of the DEF file",
330
+ "source": {
331
+ "fileSet": { "@id": "def-files" },
332
+ "extract": { "fileProperty": "content" }
333
+ }
334
+ }
335
+ ]
336
+ }
337
+ ]
338
+
339
+
340
+
341
+ }