ValleyC commited on
Commit
aaff7f7
·
verified ·
1 Parent(s): 5ec862e
Files changed (4) hide show
  1. README.md +19 -46
  2. release_manifest.json +25 -93
  3. samples.csv +0 -0
  4. samples.jsonl +0 -0
README.md CHANGED
@@ -38,8 +38,8 @@ complete mixed-size DREAMPlace placements with post-global-routing timing,
38
  power, and area labels produced by a consistent ChiPBench/OpenROAD flow.
39
 
40
  The dataset supports research on post-route PPA prediction, placement ranking,
41
- cross-circuit generalization, learned placement objectives, and ML for
42
- electronic design automation.
43
 
44
  ## At a glance
45
 
@@ -52,12 +52,11 @@ electronic design automation.
52
  | Post-GRT targets | WNS, TNS, total power, core area |
53
  | Paper | Accepted at **ICCAD 2026** |
54
  | Paper preprint | [`arXiv:2608.13790`](https://arxiv.org/abs/2608.13790) |
55
- | Compressed download | 9,096,824,559 bytes (**8.47 GiB**) |
56
- | Certified source payload | 198,591,827,060 bytes (**184.95 GiB**) |
57
 
58
  Every pair consists of one final placement DEF and its matching OpenROAD label
59
  JSON. `samples.csv` and `samples.jsonl` provide a lightweight 5,000-row index
60
- with paths, labels, generation hyperparameters, byte counts, and hashes.
61
 
62
  ## Why this dataset
63
 
@@ -65,11 +64,11 @@ with paths, labels, generation hyperparameters, byte counts, and hashes.
65
  not a placement-only proxy.
66
  - **Complete placement state:** DEFs contain macros and standard cells, which
67
  enables full mixed-size spatial features.
68
- - **Controlled diversity:** placements are drawn from deterministic randomized
69
- DREAMPlace configurations and filtered for distinct macro-position identity.
70
- - **Balanced circuits:** every circuit contributes exactly 500 certified pairs.
71
- - **Reproducible release:** every pair, archive, and final corpus audit is
72
- covered by immutable manifests and SHA-256 checks.
73
 
74
  ## Circuits
75
 
@@ -86,9 +85,6 @@ with paths, labels, generation hyperparameters, byte counts, and hashes.
86
  | `swerv_wrapper43` | 500 | 500 | 0.54 GiB |
87
  | `vga_lcd` | 500 | 500 | 0.70 GiB |
88
 
89
- Per-archive hashes are intentionally kept in `SHA256SUMS` instead of this
90
- overview table.
91
-
92
  ## Labels and sample index
93
 
94
  | PPAPlace target | OpenROAD field | Meaning |
@@ -98,9 +94,9 @@ overview table.
98
  | `power` | `globalroute__power__total` | Estimated total power |
99
  | `area` | `globalroute__design__core__area` | Core area |
100
 
101
- The root `samples.csv` is directly previewable on Hugging Face. Each row also
102
- records the circuit, configuration ID, archive member paths, DREAMPlace
103
- hyperparameters, random seed, and SHA-256 hashes of the DEF and label JSON.
104
 
105
  ## Download
106
 
@@ -118,11 +114,11 @@ hf download ValleyC/PPAPlace-5000 \
118
  --local-dir data/PPAPlace-5000
119
  ```
120
 
121
- Or download one circuit plus the index and checksums:
122
 
123
  ```bash
124
  hf download ValleyC/PPAPlace-5000 \
125
- data/bp_fe.tar.zst samples.csv SHA256SUMS \
126
  --repo-type dataset \
127
  --local-dir data/PPAPlace-5000
128
  ```
@@ -139,7 +135,6 @@ snapshot_download(
139
  allow_patterns=[
140
  "README.md",
141
  "samples.csv",
142
- "SHA256SUMS",
143
  "data/bp_fe.tar.zst",
144
  ],
145
  )
@@ -195,39 +190,17 @@ For every circuit, the release workflow sampled 1,000 deterministic
195
  DREAMPlace configurations. It ran mixed-size global placement, macro
196
  legalization, and a standard-cell-only placement pass, followed by the
197
  ChiPBench/OpenROAD post-GRT flow. The selector retained exactly 500 candidates
198
- with complete DEF/label pairs and distinct macro-position identities.
199
 
200
  Macros are marked `FIXED` only during the third pass so standard cells can be
201
  placed around that candidate's legalized macro solution. Macro coordinates are
202
- not fixed across samples. Independent audits require distinct combined model
203
- inputs, non-collapsed spatial channels, and measurable movement by every macro.
 
204
 
205
- The generation, selection, diversity checks, and final audit tools are
206
- published in the
207
  [PPAPlace repository](https://github.com/ValleyC/PPAPlace).
208
 
209
- ## Integrity and reproducibility
210
-
211
- Verify the downloaded release with:
212
-
213
- ```bash
214
- cd data/PPAPlace-5000
215
- sha256sum -c SHA256SUMS
216
- ```
217
-
218
- Important integrity records include:
219
-
220
- - `release_manifest.json`: archive counts, sizes, and hashes.
221
- - `metadata/certificate.json`: immutable exact-5,000 certificate.
222
- - `metadata/snapshot_artifacts.json`: every DEF and label byte count/hash.
223
- - `metadata/exact5000_independent_audit.json`: independent final audit.
224
- - `metadata/tensor_audit.json`: model-input/content validation.
225
-
226
- Every circuit archive was decompressed after creation and compared
227
- byte-for-byte with the certified source inventory. The certified aggregate
228
- content SHA-256 is
229
- `f51ba91e7da337518c4f0c00738157a1d51bb22ce094ff15ce7e6de8b4a1eea4`.
230
-
231
  ## Provenance and license
232
 
233
  This dataset is marked `license: other` because its generated placement DEFs
 
38
  power, and area labels produced by a consistent ChiPBench/OpenROAD flow.
39
 
40
  The dataset supports research on post-route PPA prediction, placement ranking,
41
+ cross-circuit generalization, learned placement objectives, and machine
42
+ learning for electronic design automation.
43
 
44
  ## At a glance
45
 
 
52
  | Post-GRT targets | WNS, TNS, total power, core area |
53
  | Paper | Accepted at **ICCAD 2026** |
54
  | Paper preprint | [`arXiv:2608.13790`](https://arxiv.org/abs/2608.13790) |
55
+ | Compressed download | **8.47 GiB** |
 
56
 
57
  Every pair consists of one final placement DEF and its matching OpenROAD label
58
  JSON. `samples.csv` and `samples.jsonl` provide a lightweight 5,000-row index
59
+ with archive paths, labels, generation parameters, and file sizes.
60
 
61
  ## Why this dataset
62
 
 
64
  not a placement-only proxy.
65
  - **Complete placement state:** DEFs contain macros and standard cells, which
66
  enables full mixed-size spatial features.
67
+ - **Controlled diversity:** placements come from deterministic randomized
68
+ DREAMPlace configurations and contain distinct macro placements.
69
+ - **Balanced circuits:** every circuit contributes exactly 500 pairs.
70
+ - **Ready for training:** the sample indexes expose the target values and the
71
+ corresponding archive members directly.
72
 
73
  ## Circuits
74
 
 
85
  | `swerv_wrapper43` | 500 | 500 | 0.54 GiB |
86
  | `vga_lcd` | 500 | 500 | 0.70 GiB |
87
 
 
 
 
88
  ## Labels and sample index
89
 
90
  | PPAPlace target | OpenROAD field | Meaning |
 
94
  | `power` | `globalroute__power__total` | Estimated total power |
95
  | `area` | `globalroute__design__core__area` | Core area |
96
 
97
+ The root `samples.csv` is directly previewable on Hugging Face. Each row records
98
+ the circuit, configuration ID, archive member paths, file sizes, DREAMPlace
99
+ hyperparameters, random seed, and post-GRT labels.
100
 
101
  ## Download
102
 
 
114
  --local-dir data/PPAPlace-5000
115
  ```
116
 
117
+ Or download one circuit and the sample index:
118
 
119
  ```bash
120
  hf download ValleyC/PPAPlace-5000 \
121
+ data/bp_fe.tar.zst samples.csv \
122
  --repo-type dataset \
123
  --local-dir data/PPAPlace-5000
124
  ```
 
135
  allow_patterns=[
136
  "README.md",
137
  "samples.csv",
 
138
  "data/bp_fe.tar.zst",
139
  ],
140
  )
 
190
  DREAMPlace configurations. It ran mixed-size global placement, macro
191
  legalization, and a standard-cell-only placement pass, followed by the
192
  ChiPBench/OpenROAD post-GRT flow. The selector retained exactly 500 candidates
193
+ with complete DEF/label pairs and different macro placements.
194
 
195
  Macros are marked `FIXED` only during the third pass so standard cells can be
196
  placed around that candidate's legalized macro solution. Macro coordinates are
197
+ not fixed across samples. The final corpus checks confirmed different combined
198
+ model inputs, non-collapsed spatial channels, and measurable movement by every
199
+ macro.
200
 
201
+ The generation and selection tools are published in the
 
202
  [PPAPlace repository](https://github.com/ValleyC/PPAPlace).
203
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
204
  ## Provenance and license
205
 
206
  This dataset is marked `license: other` because its generated placement DEFs
release_manifest.json CHANGED
@@ -1,146 +1,78 @@
1
  {
 
 
 
 
2
  "archives": [
3
  {
 
4
  "archive": "data/bp_be12.tar.zst",
5
  "archive_bytes": 217828692,
6
- "archive_sha256": "2f102b2128bbf8dfc846d2b2e087c48f21f07bebc471b62ab716d11a8ff4d27b",
7
- "circuit": "bp_be12",
8
  "def_count": 500,
9
- "label_count": 500,
10
- "member_count": 1000,
11
- "passed": true,
12
- "source_bytes": 5397572379,
13
- "verified_at_utc": "2026-08-18T15:13:33.386656+00:00"
14
  },
15
  {
 
16
  "archive": "data/bp_fe.tar.zst",
17
  "archive_bytes": 185780392,
18
- "archive_sha256": "b9ca630ff311cc2925247e27a80e46fbebf786f7364cc5840e177548b757e933",
19
- "circuit": "bp_fe",
20
  "def_count": 500,
21
- "label_count": 500,
22
- "member_count": 1000,
23
- "passed": true,
24
- "source_bytes": 4528855968,
25
- "verified_at_utc": "2026-08-18T15:14:24.398923+00:00"
26
  },
27
  {
 
28
  "archive": "data/bp_multi.tar.zst",
29
  "archive_bytes": 961603967,
30
- "archive_sha256": "23071960c668e6d2b0f91f77bcfa5ce8bb335650c46589baf19e3c87c09927b6",
31
- "circuit": "bp_multi",
32
  "def_count": 500,
33
- "label_count": 500,
34
- "member_count": 1000,
35
- "passed": true,
36
- "source_bytes": 27346138383,
37
- "verified_at_utc": "2026-08-18T15:19:35.053379+00:00"
38
  },
39
  {
 
40
  "archive": "data/dft68.tar.zst",
41
  "archive_bytes": 239888805,
42
- "archive_sha256": "fac0d1c1486100ef81b8ccf986b20a44948192e73a62821af7885fcc9becf102",
43
- "circuit": "dft68",
44
  "def_count": 500,
45
- "label_count": 500,
46
- "member_count": 1000,
47
- "passed": true,
48
- "source_bytes": 5658359369,
49
- "verified_at_utc": "2026-08-18T15:20:39.456497+00:00"
50
  },
51
  {
 
52
  "archive": "data/ethernet.tar.zst",
53
  "archive_bytes": 197268554,
54
- "archive_sha256": "343b8d2a8ea0284aa7ebca570d1043a300614499d9a3420f5bbe704db8e1786b",
55
- "circuit": "ethernet",
56
  "def_count": 500,
57
- "label_count": 500,
58
- "member_count": 1000,
59
- "passed": true,
60
- "source_bytes": 4545804129,
61
- "verified_at_utc": "2026-08-18T15:21:30.796121+00:00"
62
  },
63
  {
 
64
  "archive": "data/isa_npu.tar.zst",
65
  "archive_bytes": 5333377170,
66
- "archive_sha256": "f9e2ee8b04818c3a3f00a97d6239106494a97d76b742769f6559c43c0bc8152e",
67
- "circuit": "isa_npu",
68
  "def_count": 500,
69
- "label_count": 500,
70
- "member_count": 1000,
71
- "passed": true,
72
- "source_bytes": 103240017423,
73
- "verified_at_utc": "2026-08-18T15:45:23.411513+00:00"
74
  },
75
  {
 
76
  "archive": "data/mor1kx.tar.zst",
77
  "archive_bytes": 474631446,
78
- "archive_sha256": "cef3034871f596386fa5a1e003a2e51d3e2b5a150cabf6f585bcf1a3046a407a",
79
- "circuit": "mor1kx",
80
  "def_count": 500,
81
- "label_count": 500,
82
- "member_count": 1000,
83
- "passed": true,
84
- "source_bytes": 17637119843,
85
- "verified_at_utc": "2026-08-18T15:48:07.117507+00:00"
86
  },
87
  {
 
88
  "archive": "data/or1200.tar.zst",
89
  "archive_bytes": 153941735,
90
- "archive_sha256": "b7c7d025b41b4029f568a498455e46c5464f993fb92bfe6ac14404198ba40009",
91
- "circuit": "or1200",
92
  "def_count": 500,
93
- "label_count": 500,
94
- "member_count": 1000,
95
- "passed": true,
96
- "source_bytes": 4142724047,
97
- "verified_at_utc": "2026-08-18T15:48:52.397620+00:00"
98
  },
99
  {
 
100
  "archive": "data/swerv_wrapper43.tar.zst",
101
  "archive_bytes": 579928858,
102
- "archive_sha256": "c1b0cf03640b2297bddf698bc82888cbeec6703c05983f2518bae4e02598f938",
103
- "circuit": "swerv_wrapper43",
104
  "def_count": 500,
105
- "label_count": 500,
106
- "member_count": 1000,
107
- "passed": true,
108
- "source_bytes": 13038550670,
109
- "verified_at_utc": "2026-08-18T15:51:28.121945+00:00"
110
  },
111
  {
 
112
  "archive": "data/vga_lcd.tar.zst",
113
  "archive_bytes": 752574940,
114
- "archive_sha256": "234ee1dd04529b3c25c9fc41846ae3cec6c202820eb87b77ada877d17ebaeb53",
115
- "circuit": "vga_lcd",
116
  "def_count": 500,
117
- "label_count": 500,
118
- "member_count": 1000,
119
- "passed": true,
120
- "source_bytes": 13056684849,
121
- "verified_at_utc": "2026-08-18T15:54:31.518558+00:00"
122
  }
123
- ],
124
- "created_at_utc": "2026-08-18T15:54:31.555511+00:00",
125
- "dataset_name": "PPAPlace Exact-5000 Training Dataset",
126
- "expected_circuits": [
127
- "bp_be12",
128
- "bp_fe",
129
- "bp_multi",
130
- "dft68",
131
- "ethernet",
132
- "isa_npu",
133
- "mor1kx",
134
- "or1200",
135
- "swerv_wrapper43",
136
- "vga_lcd"
137
- ],
138
- "pairs_per_circuit": 500,
139
- "passed": true,
140
- "schema_version": 1,
141
- "source_artifact_bytes": 198591827060,
142
- "source_artifact_content_sha256": "f51ba91e7da337518c4f0c00738157a1d51bb22ce094ff15ce7e6de8b4a1eea4",
143
- "source_artifact_count": 10000,
144
- "source_certificate_sha256": "1b5a879fe14f6f6e99b9f7e8c7c7e65a3ebb5c228762d70639953281eef67e2e",
145
- "total_pairs": 5000
146
  }
 
1
  {
2
+ "dataset_name": "PPAPlace-5000",
3
+ "schema_version": 2,
4
+ "total_pairs": 5000,
5
+ "pairs_per_circuit": 500,
6
  "archives": [
7
  {
8
+ "circuit": "bp_be12",
9
  "archive": "data/bp_be12.tar.zst",
10
  "archive_bytes": 217828692,
 
 
11
  "def_count": 500,
12
+ "label_count": 500
 
 
 
 
13
  },
14
  {
15
+ "circuit": "bp_fe",
16
  "archive": "data/bp_fe.tar.zst",
17
  "archive_bytes": 185780392,
 
 
18
  "def_count": 500,
19
+ "label_count": 500
 
 
 
 
20
  },
21
  {
22
+ "circuit": "bp_multi",
23
  "archive": "data/bp_multi.tar.zst",
24
  "archive_bytes": 961603967,
 
 
25
  "def_count": 500,
26
+ "label_count": 500
 
 
 
 
27
  },
28
  {
29
+ "circuit": "dft68",
30
  "archive": "data/dft68.tar.zst",
31
  "archive_bytes": 239888805,
 
 
32
  "def_count": 500,
33
+ "label_count": 500
 
 
 
 
34
  },
35
  {
36
+ "circuit": "ethernet",
37
  "archive": "data/ethernet.tar.zst",
38
  "archive_bytes": 197268554,
 
 
39
  "def_count": 500,
40
+ "label_count": 500
 
 
 
 
41
  },
42
  {
43
+ "circuit": "isa_npu",
44
  "archive": "data/isa_npu.tar.zst",
45
  "archive_bytes": 5333377170,
 
 
46
  "def_count": 500,
47
+ "label_count": 500
 
 
 
 
48
  },
49
  {
50
+ "circuit": "mor1kx",
51
  "archive": "data/mor1kx.tar.zst",
52
  "archive_bytes": 474631446,
 
 
53
  "def_count": 500,
54
+ "label_count": 500
 
 
 
 
55
  },
56
  {
57
+ "circuit": "or1200",
58
  "archive": "data/or1200.tar.zst",
59
  "archive_bytes": 153941735,
 
 
60
  "def_count": 500,
61
+ "label_count": 500
 
 
 
 
62
  },
63
  {
64
+ "circuit": "swerv_wrapper43",
65
  "archive": "data/swerv_wrapper43.tar.zst",
66
  "archive_bytes": 579928858,
 
 
67
  "def_count": 500,
68
+ "label_count": 500
 
 
 
 
69
  },
70
  {
71
+ "circuit": "vga_lcd",
72
  "archive": "data/vga_lcd.tar.zst",
73
  "archive_bytes": 752574940,
 
 
74
  "def_count": 500,
75
+ "label_count": 500
 
 
 
 
76
  }
77
+ ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
  }
samples.csv CHANGED
The diff for this file is too large to render. See raw diff
 
samples.jsonl CHANGED
The diff for this file is too large to render. See raw diff