ValleyC commited on
Commit
fda3e15
·
verified ·
1 Parent(s): fcf1017

Upload 42 files

Browse files
README.md CHANGED
@@ -1,3 +1,77 @@
1
  ---
2
- license: cc-by-4.0
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ pretty_name: PPAPlace Exact-5000 Training Dataset
3
+ license: other
4
+ size_categories:
5
+ - 1K<n<10K
6
+ tags:
7
+ - electronic-design-automation
8
+ - chip-placement
9
+ - physical-design
10
+ - dreamplace
11
+ - openroad
12
  ---
13
+
14
+ # PPAPlace Exact-5000 Training Dataset
15
+
16
+ This release contains the frozen training corpus used by PPAPlace: exactly
17
+ 5,000 distinct mixed-size DREAMPlace placements across ten ChiPBench circuits,
18
+ with one post-global-routing OpenROAD label JSON for every DEF.
19
+
20
+ ## Contents
21
+
22
+ | Circuit | DEFs | Labels | Compressed size | SHA-256 |
23
+ | --- | ---: | ---: | ---: | --- |
24
+ | `bp_be12` | 500 | 500 | 0.20 GiB | `2f102b2128bbf8dfc846d2b2e087c48f21f07bebc471b62ab716d11a8ff4d27b` |
25
+ | `bp_fe` | 500 | 500 | 0.17 GiB | `b9ca630ff311cc2925247e27a80e46fbebf786f7364cc5840e177548b757e933` |
26
+ | `bp_multi` | 500 | 500 | 0.90 GiB | `23071960c668e6d2b0f91f77bcfa5ce8bb335650c46589baf19e3c87c09927b6` |
27
+ | `dft68` | 500 | 500 | 0.22 GiB | `fac0d1c1486100ef81b8ccf986b20a44948192e73a62821af7885fcc9becf102` |
28
+ | `ethernet` | 500 | 500 | 0.18 GiB | `343b8d2a8ea0284aa7ebca570d1043a300614499d9a3420f5bbe704db8e1786b` |
29
+ | `isa_npu` | 500 | 500 | 4.97 GiB | `f9e2ee8b04818c3a3f00a97d6239106494a97d76b742769f6559c43c0bc8152e` |
30
+ | `mor1kx` | 500 | 500 | 0.44 GiB | `cef3034871f596386fa5a1e003a2e51d3e2b5a150cabf6f585bcf1a3046a407a` |
31
+ | `or1200` | 500 | 500 | 0.14 GiB | `b7c7d025b41b4029f568a498455e46c5464f993fb92bfe6ac14404198ba40009` |
32
+ | `swerv_wrapper43` | 500 | 500 | 0.54 GiB | `c1b0cf03640b2297bddf698bc82888cbeec6703c05983f2518bae4e02598f938` |
33
+ | `vga_lcd` | 500 | 500 | 0.70 GiB | `234ee1dd04529b3c25c9fc41846ae3cec6c202820eb87b77ada877d17ebaeb53` |
34
+
35
+ The uncompressed certified payload is
36
+ 198,591,827,060 bytes. `samples.csv` and
37
+ `samples.jsonl` provide one row per pair, including archive member paths,
38
+ cryptographic hashes, PPA labels, and the DREAMPlace hyperparameters.
39
+
40
+ Each circuit archive contains only its 500 certified `*_final.def` files and
41
+ 500 matching `grt_jsons/*_final_grt.json` files. Generation candidates, failed
42
+ runs, flow scratch, and machine-specific paths are intentionally excluded.
43
+
44
+ ## Labels
45
+
46
+ - `wns`: `globalroute__timing__setup__ws`
47
+ - `tns`: `globalroute__timing__setup__tns`
48
+ - `power`: `globalroute__power__total`
49
+ - `area`: `globalroute__design__core__area`
50
+
51
+ ## Verification
52
+
53
+ ```bash
54
+ sha256sum -c SHA256SUMS
55
+ tar --use-compress-program=unzstd -xf data/bp_fe.tar.zst
56
+ ```
57
+
58
+ `metadata/certificate.json` is the immutable exact-5,000 certificate.
59
+ `metadata/snapshot_artifacts.json` records the SHA-256 and byte count of every
60
+ DEF and label. Every archive was decompressed after creation and every member
61
+ was compared byte-for-byte with that inventory.
62
+
63
+ Source aggregate SHA-256:
64
+ `f51ba91e7da337518c4f0c00738157a1d51bb22ce094ff15ce7e6de8b4a1eea4`.
65
+
66
+ ## Required benchmark files
67
+
68
+ The archives contain generated placements and labels. Obtain the corresponding
69
+ ChiPBench LEF/design files separately from the upstream ChiPBench project and
70
+ follow the PPAPlace repository documentation to train or regenerate features.
71
+
72
+ ## License and provenance
73
+
74
+ This upload uses `license: other` conservatively. Review
75
+ `THIRD_PARTY_NOTICES.md` and select an appropriate release license before
76
+ making the dataset public. Generated files derive from ChiPBench benchmark
77
+ designs and were produced with DREAMPlace and the ChiPBench/OpenROAD flow.
READY_TO_UPLOAD.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "archive_count": 10,
3
+ "checksum_entry_count": 41,
4
+ "dataset_total_pairs": 5000,
5
+ "passed": true,
6
+ "prepared_at_utc": "2026-08-18T15:54:55.107905+00:00",
7
+ "release_manifest_sha256": "427ff5d0b3ca4fad6ca075efd0dae845728e5ef41526b5fe02e822380fb6cf1e",
8
+ "source_artifact_content_sha256": "f51ba91e7da337518c4f0c00738157a1d51bb22ce094ff15ce7e6de8b4a1eea4"
9
+ }
SHA256SUMS ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 7f8dc89cebda00eff699a850831017daf5e78c317f61fc6c857279666467db2b README.md
2
+ 7e9d3341ef608a7662488f25b107ecf99f0c716356e56daaaeabb9d5c7f965f0 READY_TO_UPLOAD.json
3
+ 7055a5e2216692685ee9a8f9e500533fb985cc2a6c3cb7dd7920fa3650e811e9 THIRD_PARTY_NOTICES.md
4
+ 2f102b2128bbf8dfc846d2b2e087c48f21f07bebc471b62ab716d11a8ff4d27b data/bp_be12.tar.zst
5
+ 0ecab1d122ac29bb2aff13252051b85b7f01dd1f6055763ab77b3b35cbe8941e data/bp_be12.verified.json
6
+ b9ca630ff311cc2925247e27a80e46fbebf786f7364cc5840e177548b757e933 data/bp_fe.tar.zst
7
+ e9b689a4c5aae61f090700f9b92531834e30825a1d37e24690041fcb38738762 data/bp_fe.verified.json
8
+ 23071960c668e6d2b0f91f77bcfa5ce8bb335650c46589baf19e3c87c09927b6 data/bp_multi.tar.zst
9
+ 36f0f42e5f48deb88152a33fc7e1700b031c02b26d54a5fe54fb37a742956726 data/bp_multi.verified.json
10
+ fac0d1c1486100ef81b8ccf986b20a44948192e73a62821af7885fcc9becf102 data/dft68.tar.zst
11
+ c08be832c499a54d4c00ed840cedcc307c4287f89f7aa8cae05aba7c33dd8c44 data/dft68.verified.json
12
+ 343b8d2a8ea0284aa7ebca570d1043a300614499d9a3420f5bbe704db8e1786b data/ethernet.tar.zst
13
+ d4500df2c11d5bc4cd51b0429607d05bb4d0d2e6a10a2726e60395b77c068fd8 data/ethernet.verified.json
14
+ f9e2ee8b04818c3a3f00a97d6239106494a97d76b742769f6559c43c0bc8152e data/isa_npu.tar.zst
15
+ 50ac661c0243aac485d98474f14b405d5d1c3775d5b09dcce967124ad384fde4 data/isa_npu.verified.json
16
+ cef3034871f596386fa5a1e003a2e51d3e2b5a150cabf6f585bcf1a3046a407a data/mor1kx.tar.zst
17
+ 583158046b069c49031031c57c1daac00aec8a28afec86679df0dd5428686275 data/mor1kx.verified.json
18
+ b7c7d025b41b4029f568a498455e46c5464f993fb92bfe6ac14404198ba40009 data/or1200.tar.zst
19
+ 423a0875041c45231909364ac04275733bb96f6a872956034c9e5df919eb125d data/or1200.verified.json
20
+ c1b0cf03640b2297bddf698bc82888cbeec6703c05983f2518bae4e02598f938 data/swerv_wrapper43.tar.zst
21
+ 893e74b6e593007e4da29a2e7e4eae877c231f0ae1dac31d2acc5282f3f65928 data/swerv_wrapper43.verified.json
22
+ 234ee1dd04529b3c25c9fc41846ae3cec6c202820eb87b77ada877d17ebaeb53 data/vga_lcd.tar.zst
23
+ d838fd460dd1c8f1ab90f4bb4623cec3ca77f251555a7d3a0147ba7de68ee428 data/vga_lcd.verified.json
24
+ 1b5a879fe14f6f6e99b9f7e8c7c7e65a3ebb5c228762d70639953281eef67e2e metadata/certificate.json
25
+ de575ba3215ecb74ef7d9c2bdf2a3b866b5fb4f889a11829bc32315af2ac0bea metadata/chipbench_commit.txt
26
+ df1c0722db38d4b5bdd5eb6e2afcd373fdba27721551c66f3af5a417aab75d7b metadata/dreamplace_commit.txt
27
+ 5e0f1f2a429653bcae3c8adb0cfd6fbb30915a8b0b95eac51953e49a31de82f5 metadata/exact5000_common_frontier_manifest.json
28
+ e96541a266ecdcbd6ea0d4e689ebc2db50aca978f1b1aa6eb25b12a364a1b624 metadata/exact5000_common_frontier_summary.json
29
+ 30af294459eebcce3a2251cd4a2e7bdfc81332c3f29caa6ff9ee9802fc4f4501 metadata/exact5000_independent_audit.json
30
+ 98d385c5e7dfbb0454ec8b161f8d365d8b9b6d5f31122695129ca415c40a742d metadata/exact5000_second_replay.json
31
+ ec7af38c33821f071d3a70fec48dedc05c08cd32d56be4e646017f11fce6eb01 metadata/ppaplace_commit.txt
32
+ 83347cfc549fd6decf57b1c54bfe46e7f8cb62f325aa6240f3f74cc3c2b0d537 metadata/snapshot_artifacts.json
33
+ 1642e3cb9f78f5dbf23237f2ec26b1f16990eead0fb198723cc32d13bc6a557f metadata/snapshot_manifest.json
34
+ 0ca0ddd0430acc03911d05acbd2daf20136d2a7fae6cdda5158cdb134fb35a74 metadata/tensor_audit.json
35
+ 778bf192d8ff0b882ad467c9464175c7c5269c6d604d2d7e74099cbf21ff7c5a metadata/toolchain_and_hardware.txt
36
+ e3c7c0241f41095d3c28f746f86136df0ca21259d4e558b242c3f01083d6646f metadata/workflow_sha256.txt
37
+ 61ff7fa18b1f94fcb074193475d41446255762a8c599e56912a80d844783abd0 metadata/workflow_sources.tar.gz
38
+ 8c376f8179c73c6c451787ed96113a58b04986fdb83d1a78df3b2a12f94d6989 metadata/working_tree.patch
39
+ 427ff5d0b3ca4fad6ca075efd0dae845728e5ef41526b5fe02e822380fb6cf1e release_manifest.json
40
+ 1f274d91668d2eb077797ab8e2691d867d2830806e012866da43471ba594321e samples.csv
41
+ f175afc928000973f00a011d818952375b40188ae3429106d274d6cbe8cf1893 samples.jsonl
THIRD_PARTY_NOTICES.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Third-party notices
2
+
3
+ The PPAPlace training corpus contains generated placement DEFs and metrics
4
+ derived from ChiPBench benchmark inputs. ChiPBench's top-level license is
5
+ reproduced below. Individual benchmark designs may carry additional upstream
6
+ notices in the ChiPBench source repository. This package does not replace or
7
+ supersede those notices.
8
+
9
+ Before a public upload, the publisher should confirm the intended PPAPlace
10
+ dataset license and the redistribution terms of all constituent benchmark
11
+ designs. For that reason, the prepared Hugging Face card uses `license: other`
12
+ instead of asserting a new license grant.
13
+
14
+ ## ChiPBench top-level license
15
+
16
+ ```text
17
+ BSD 3-Clause License
18
+
19
+ Copyright (c) 2024, ZhaojieTu
20
+
21
+ Redistribution and use in source and binary forms, with or without
22
+ modification, are permitted provided that the following conditions are met:
23
+
24
+ 1. Redistributions of source code must retain the above copyright notice, this
25
+ list of conditions and the following disclaimer.
26
+
27
+ 2. Redistributions in binary form must reproduce the above copyright notice,
28
+ this list of conditions and the following disclaimer in the documentation
29
+ and/or other materials provided with the distribution.
30
+
31
+ 3. Neither the name of the copyright holder nor the names of its
32
+ contributors may be used to endorse or promote products derived from
33
+ this software without specific prior written permission.
34
+
35
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
36
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
37
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
38
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
39
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
40
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
41
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
42
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
43
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
44
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
45
+ ```
data/bp_be12.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f102b2128bbf8dfc846d2b2e087c48f21f07bebc471b62ab716d11a8ff4d27b
3
+ size 217828692
data/bp_be12.verified.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "archive": "data/bp_be12.tar.zst",
3
+ "archive_bytes": 217828692,
4
+ "archive_sha256": "2f102b2128bbf8dfc846d2b2e087c48f21f07bebc471b62ab716d11a8ff4d27b",
5
+ "circuit": "bp_be12",
6
+ "def_count": 500,
7
+ "label_count": 500,
8
+ "member_count": 1000,
9
+ "passed": true,
10
+ "source_bytes": 5397572379,
11
+ "verified_at_utc": "2026-08-18T15:13:33.386656+00:00"
12
+ }
data/bp_fe.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9ca630ff311cc2925247e27a80e46fbebf786f7364cc5840e177548b757e933
3
+ size 185780392
data/bp_fe.verified.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "archive": "data/bp_fe.tar.zst",
3
+ "archive_bytes": 185780392,
4
+ "archive_sha256": "b9ca630ff311cc2925247e27a80e46fbebf786f7364cc5840e177548b757e933",
5
+ "circuit": "bp_fe",
6
+ "def_count": 500,
7
+ "label_count": 500,
8
+ "member_count": 1000,
9
+ "passed": true,
10
+ "source_bytes": 4528855968,
11
+ "verified_at_utc": "2026-08-18T15:14:24.398923+00:00"
12
+ }
data/bp_multi.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23071960c668e6d2b0f91f77bcfa5ce8bb335650c46589baf19e3c87c09927b6
3
+ size 961603967
data/bp_multi.verified.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "archive": "data/bp_multi.tar.zst",
3
+ "archive_bytes": 961603967,
4
+ "archive_sha256": "23071960c668e6d2b0f91f77bcfa5ce8bb335650c46589baf19e3c87c09927b6",
5
+ "circuit": "bp_multi",
6
+ "def_count": 500,
7
+ "label_count": 500,
8
+ "member_count": 1000,
9
+ "passed": true,
10
+ "source_bytes": 27346138383,
11
+ "verified_at_utc": "2026-08-18T15:19:35.053379+00:00"
12
+ }
data/dft68.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fac0d1c1486100ef81b8ccf986b20a44948192e73a62821af7885fcc9becf102
3
+ size 239888805
data/dft68.verified.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "archive": "data/dft68.tar.zst",
3
+ "archive_bytes": 239888805,
4
+ "archive_sha256": "fac0d1c1486100ef81b8ccf986b20a44948192e73a62821af7885fcc9becf102",
5
+ "circuit": "dft68",
6
+ "def_count": 500,
7
+ "label_count": 500,
8
+ "member_count": 1000,
9
+ "passed": true,
10
+ "source_bytes": 5658359369,
11
+ "verified_at_utc": "2026-08-18T15:20:39.456497+00:00"
12
+ }
data/ethernet.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:343b8d2a8ea0284aa7ebca570d1043a300614499d9a3420f5bbe704db8e1786b
3
+ size 197268554
data/ethernet.verified.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "archive": "data/ethernet.tar.zst",
3
+ "archive_bytes": 197268554,
4
+ "archive_sha256": "343b8d2a8ea0284aa7ebca570d1043a300614499d9a3420f5bbe704db8e1786b",
5
+ "circuit": "ethernet",
6
+ "def_count": 500,
7
+ "label_count": 500,
8
+ "member_count": 1000,
9
+ "passed": true,
10
+ "source_bytes": 4545804129,
11
+ "verified_at_utc": "2026-08-18T15:21:30.796121+00:00"
12
+ }
data/isa_npu.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9e2ee8b04818c3a3f00a97d6239106494a97d76b742769f6559c43c0bc8152e
3
+ size 5333377170
data/isa_npu.verified.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "archive": "data/isa_npu.tar.zst",
3
+ "archive_bytes": 5333377170,
4
+ "archive_sha256": "f9e2ee8b04818c3a3f00a97d6239106494a97d76b742769f6559c43c0bc8152e",
5
+ "circuit": "isa_npu",
6
+ "def_count": 500,
7
+ "label_count": 500,
8
+ "member_count": 1000,
9
+ "passed": true,
10
+ "source_bytes": 103240017423,
11
+ "verified_at_utc": "2026-08-18T15:45:23.411513+00:00"
12
+ }
data/mor1kx.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cef3034871f596386fa5a1e003a2e51d3e2b5a150cabf6f585bcf1a3046a407a
3
+ size 474631446
data/mor1kx.verified.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "archive": "data/mor1kx.tar.zst",
3
+ "archive_bytes": 474631446,
4
+ "archive_sha256": "cef3034871f596386fa5a1e003a2e51d3e2b5a150cabf6f585bcf1a3046a407a",
5
+ "circuit": "mor1kx",
6
+ "def_count": 500,
7
+ "label_count": 500,
8
+ "member_count": 1000,
9
+ "passed": true,
10
+ "source_bytes": 17637119843,
11
+ "verified_at_utc": "2026-08-18T15:48:07.117507+00:00"
12
+ }
data/or1200.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7c7d025b41b4029f568a498455e46c5464f993fb92bfe6ac14404198ba40009
3
+ size 153941735
data/or1200.verified.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "archive": "data/or1200.tar.zst",
3
+ "archive_bytes": 153941735,
4
+ "archive_sha256": "b7c7d025b41b4029f568a498455e46c5464f993fb92bfe6ac14404198ba40009",
5
+ "circuit": "or1200",
6
+ "def_count": 500,
7
+ "label_count": 500,
8
+ "member_count": 1000,
9
+ "passed": true,
10
+ "source_bytes": 4142724047,
11
+ "verified_at_utc": "2026-08-18T15:48:52.397620+00:00"
12
+ }
data/swerv_wrapper43.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1b0cf03640b2297bddf698bc82888cbeec6703c05983f2518bae4e02598f938
3
+ size 579928858
data/swerv_wrapper43.verified.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "archive": "data/swerv_wrapper43.tar.zst",
3
+ "archive_bytes": 579928858,
4
+ "archive_sha256": "c1b0cf03640b2297bddf698bc82888cbeec6703c05983f2518bae4e02598f938",
5
+ "circuit": "swerv_wrapper43",
6
+ "def_count": 500,
7
+ "label_count": 500,
8
+ "member_count": 1000,
9
+ "passed": true,
10
+ "source_bytes": 13038550670,
11
+ "verified_at_utc": "2026-08-18T15:51:28.121945+00:00"
12
+ }
data/vga_lcd.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:234ee1dd04529b3c25c9fc41846ae3cec6c202820eb87b77ada877d17ebaeb53
3
+ size 752574940
data/vga_lcd.verified.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "archive": "data/vga_lcd.tar.zst",
3
+ "archive_bytes": 752574940,
4
+ "archive_sha256": "234ee1dd04529b3c25c9fc41846ae3cec6c202820eb87b77ada877d17ebaeb53",
5
+ "circuit": "vga_lcd",
6
+ "def_count": 500,
7
+ "label_count": 500,
8
+ "member_count": 1000,
9
+ "passed": true,
10
+ "source_bytes": 13056684849,
11
+ "verified_at_utc": "2026-08-18T15:54:31.518558+00:00"
12
+ }
metadata/certificate.json ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifact_inventory_sha256": "83347cfc549fd6decf57b1c54bfe46e7f8cb62f325aa6240f3f74cc3c2b0d537",
3
+ "checks": {
4
+ "all_production_tensor_checks_passed": true,
5
+ "combined_tensor_report_exact_and_passed": true,
6
+ "content_reports_exact_and_passed": true,
7
+ "pointer_contract_valid": true,
8
+ "report_hashes_recorded": true,
9
+ "snapshot_artifact_content_hashes_recorded": true,
10
+ "snapshot_artifact_hardlinks_valid": true,
11
+ "snapshot_circuit_contract_valid": true,
12
+ "snapshot_filename_sets_stable_during_audits": true,
13
+ "snapshot_manifest_hash_valid": true
14
+ },
15
+ "created_at_utc": "2026-08-18T11:05:21.165563+00:00",
16
+ "expected_counts": {
17
+ "bp_be12": 500,
18
+ "bp_fe": 500,
19
+ "bp_multi": 500,
20
+ "dft68": 500,
21
+ "ethernet": 500,
22
+ "isa_npu": 500,
23
+ "mor1kx": 500,
24
+ "or1200": 500,
25
+ "swerv_wrapper43": 500,
26
+ "vga_lcd": 500
27
+ },
28
+ "expected_signatures": {
29
+ "bp_be12": "674c68c61bec4d4b30c0b53b292affb413cc1dafe20448066f92b86b110ccff3",
30
+ "bp_fe": "23bc82b4f81948a8b091e8b75409257e6707e99741f841bdbf94c8b139599ea9",
31
+ "bp_multi": "9fa0f34b725f318b1d3ac163a7a2bcf80de170a1ae9ccf2a9cc718ca38aa380f",
32
+ "dft68": "05282d25ad89d704257001bd8cf1dd4bf844e72b0ecfb0194f33cc3a00af9914",
33
+ "ethernet": "7494b83b5b89a01792ec2b6c1aa9c54237d46a346a8f849ee4461c755037fa22",
34
+ "isa_npu": "9fa0f34b725f318b1d3ac163a7a2bcf80de170a1ae9ccf2a9cc718ca38aa380f",
35
+ "mor1kx": "9fa0f34b725f318b1d3ac163a7a2bcf80de170a1ae9ccf2a9cc718ca38aa380f",
36
+ "or1200": "05b59877115548cde0510fdfbedc543d736123507016ec9a55c9585ad691fe6f",
37
+ "swerv_wrapper43": "e653bd786c735d779b7b4aa34e85da5aa0b7ada5ec138fa230b4925e3ea5f98d",
38
+ "vga_lcd": "5cc79daf95cc9eff65612f7c39d6243e35cb44d2367d6370683c47b7b35935ad"
39
+ },
40
+ "hard_linked_artifact_bytes": 198591827060,
41
+ "hard_linked_artifact_count": 10000,
42
+ "passed": true,
43
+ "pointer_path": "/home/ruogu/experiments/ppaplace/reproduction/training_data/audit_snapshots/operator_training_exact5000_final_pointer.json",
44
+ "pointer_sha256": "7d3ab13c65221d60e43de4a31a614a79d3a3e5479f3abd3b5ea782077ca17bae",
45
+ "reports": {
46
+ "content/bp_be12.json": {
47
+ "bytes": 254172,
48
+ "sha256": "ad62826d3e3a70a071d297974581378820ca290c4b129337d4e3f0a84cd89e76"
49
+ },
50
+ "content/bp_fe.json": {
51
+ "bytes": 253461,
52
+ "sha256": "65ec3ac2f29783a411dcba70d07bbc186db6c80cf377887da9e16decb08aabc8"
53
+ },
54
+ "content/bp_multi.json": {
55
+ "bytes": 258935,
56
+ "sha256": "eab70d02070eea04c481a0887c14c22688170a2cee747addf74b7038c8c98294"
57
+ },
58
+ "content/dft68.json": {
59
+ "bytes": 269689,
60
+ "sha256": "d7c9a1147027fe0723e12fa7e05ae4c59f91814f84fb46f1f377d0d728bdb628"
61
+ },
62
+ "content/ethernet.json": {
63
+ "bytes": 267799,
64
+ "sha256": "d9215aa453b59fcd273c615d403956a7d3290a3f2cf79b416c40564ffaa12d3d"
65
+ },
66
+ "content/isa_npu.json": {
67
+ "bytes": 256106,
68
+ "sha256": "b3a6d3b83198c7d100ae12d890793918e103a38678e265fa1323535d25669876"
69
+ },
70
+ "content/mor1kx.json": {
71
+ "bytes": 278507,
72
+ "sha256": "eddd7b05acc6cc893265939d1d4a2270a9fa2e7666eaf5bc4d46a76de705435b"
73
+ },
74
+ "content/or1200.json": {
75
+ "bytes": 261898,
76
+ "sha256": "03671644f1dc17650cffdeff930a82b3f0143394b9f848e36fa94b365610daf0"
77
+ },
78
+ "content/swerv_wrapper43.json": {
79
+ "bytes": 263359,
80
+ "sha256": "3ed6c0774a78752d6e872035edeb9975ddae6efbeb840bb3994edcd1c49a5b55"
81
+ },
82
+ "content/vga_lcd.json": {
83
+ "bytes": 269163,
84
+ "sha256": "bafdf2644a4344768d29e02edd034889366e3c3afc9effee07d0c5ad31b4f7a0"
85
+ },
86
+ "logs/content_bp_be12.log": {
87
+ "bytes": 2060,
88
+ "sha256": "3182fef8edddc6ffa6fe01ef54f3af37febdf02d16734fb5067610a37cdd6c4c"
89
+ },
90
+ "logs/content_bp_fe.log": {
91
+ "bytes": 2051,
92
+ "sha256": "105788bfd97caaf11e33b9c24e4352fb407a4dba9a9d35e21ccd0513e4a6dc20"
93
+ },
94
+ "logs/content_bp_multi.log": {
95
+ "bytes": 2064,
96
+ "sha256": "5d079f74cb0ed7bd2411bd750caacc871f417143a3654599dcffd6db9f87012c"
97
+ },
98
+ "logs/content_dft68.log": {
99
+ "bytes": 2052,
100
+ "sha256": "7b17c902a130d7cc87ad735192eb39e56514b5041e8497b00c7d52180769ac29"
101
+ },
102
+ "logs/content_ethernet.log": {
103
+ "bytes": 2064,
104
+ "sha256": "33994d4d9a4892515431f26baf9f28714d43c04a955c6f808dd56533425f6740"
105
+ },
106
+ "logs/content_isa_npu.log": {
107
+ "bytes": 2060,
108
+ "sha256": "9ed428e0452595cc40a6bab5969b7394ec69a1e4e72c6da5275c084355d79290"
109
+ },
110
+ "logs/content_mor1kx.log": {
111
+ "bytes": 2056,
112
+ "sha256": "0412c34cad740bcd963c3b27606704ec68f5b6d2b3355207175fd210c1ce538a"
113
+ },
114
+ "logs/content_or1200.log": {
115
+ "bytes": 2056,
116
+ "sha256": "2105e2c237cf6fc23c9fc216628485ac1f17b863a86a8218daff754b3322909f"
117
+ },
118
+ "logs/content_swerv_wrapper43.log": {
119
+ "bytes": 2092,
120
+ "sha256": "845db64413490ec3877a8a8053ed0ba729f2c709bd924dad31d2eb2fff76ab2c"
121
+ },
122
+ "logs/content_vga_lcd.log": {
123
+ "bytes": 2060,
124
+ "sha256": "b57b33ae4960f9f9a9a33ef74dc13cf5b583d77775c66466bacf3aadad3a3815"
125
+ },
126
+ "logs/tensor.log": {
127
+ "bytes": 16576,
128
+ "sha256": "a16907a16c084eb8c65911e3c7391a1c2511b6e1be71534982c111729b26024a"
129
+ },
130
+ "snapshot_artifacts.json": {
131
+ "bytes": 2593827,
132
+ "sha256": "83347cfc549fd6decf57b1c54bfe46e7f8cb62f325aa6240f3f74cc3c2b0d537"
133
+ },
134
+ "tensor.json": {
135
+ "bytes": 6849995,
136
+ "sha256": "0ca0ddd0430acc03911d05acbd2daf20136d2a7fae6cdda5158cdb134fb35a74"
137
+ }
138
+ },
139
+ "schema_version": 2,
140
+ "snapshot_artifact_content_sha256": "f51ba91e7da337518c4f0c00738157a1d51bb22ce094ff15ce7e6de8b4a1eea4",
141
+ "snapshot_manifest_sha256": "1642e3cb9f78f5dbf23237f2ec26b1f16990eead0fb198723cc32d13bc6a557f",
142
+ "snapshot_root": "/home/ruogu/experiments/ppaplace/reproduction/training_data/audit_snapshots/operator_training_frozen_exact5000_final",
143
+ "status": "frozen_content_and_tensor_certified",
144
+ "total_pair_count": 5000
145
+ }
metadata/chipbench_commit.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ ea28bebab06977b348a74d3fd07275bb828ca68e
metadata/dreamplace_commit.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ c022df96e4ae62962966d0b33ae81c4782363395
metadata/exact5000_common_frontier_manifest.json ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generated_at_utc": "2026-08-18T14:31:30.478012+00:00",
3
+ "member_count": 21,
4
+ "members": [
5
+ {
6
+ "mode": "0o444",
7
+ "path": "bp_be12.content_audit.json",
8
+ "sha256": "f29acc76f5507d8cd12273b14e3917ecd22fe40b39f166428e57568270f422e2",
9
+ "size": 253698
10
+ },
11
+ {
12
+ "mode": "0o444",
13
+ "path": "bp_be12.tensor_audit.json",
14
+ "sha256": "73318efaa6beae594d287a3c20c1660b5995fd32910da0f1e6acaca24b72b1dd",
15
+ "size": 683105
16
+ },
17
+ {
18
+ "mode": "0o444",
19
+ "path": "bp_fe.content_audit.json",
20
+ "sha256": "66b6fe42f7de763078b28d3d6bf87f021a446a37312b853fb1fbb2a7f6fedf2d",
21
+ "size": 253404
22
+ },
23
+ {
24
+ "mode": "0o444",
25
+ "path": "bp_fe.tensor_audit.json",
26
+ "sha256": "cd4bb2692f478210b5d28e198bd68837365909a52d0331e2b6be4acc9315fe43",
27
+ "size": 683144
28
+ },
29
+ {
30
+ "mode": "0o444",
31
+ "path": "bp_multi.content_audit.json",
32
+ "sha256": "9a61cfd16fe16541444d13a4801d9fd15e479ad999c6b5ab72e694bd60b83247",
33
+ "size": 258878
34
+ },
35
+ {
36
+ "mode": "0o444",
37
+ "path": "bp_multi.tensor_audit.json",
38
+ "sha256": "5d0080d0815fc0ec1e739ffb4cd33c85469def2430ee032c75352f2ab0218d50",
39
+ "size": 684853
40
+ },
41
+ {
42
+ "mode": "0o444",
43
+ "path": "dft68.content_audit.json",
44
+ "sha256": "693f51178a0e5498f101ca35dc02de2f5be7f488ef81a53f7b3f4b4f52df46fc",
45
+ "size": 269215
46
+ },
47
+ {
48
+ "mode": "0o444",
49
+ "path": "dft68.tensor_audit.json",
50
+ "sha256": "baf74cefc820c857f49c745e41c48cd88a5601fe9218b4b83b2da2415594330c",
51
+ "size": 685875
52
+ },
53
+ {
54
+ "mode": "0o444",
55
+ "path": "ethernet.content_audit.json",
56
+ "sha256": "cf368ce8e473b54e6479e15398f7b971be493e64fc98d3cc178a87f7b11cedc9",
57
+ "size": 267325
58
+ },
59
+ {
60
+ "mode": "0o444",
61
+ "path": "ethernet.tensor_audit.json",
62
+ "sha256": "589b36e7c23cf28c43579bd8cb19e306ada9f5d99826796f644fd8cbeb452606",
63
+ "size": 684403
64
+ },
65
+ {
66
+ "mode": "0o444",
67
+ "path": "isa_npu.content_audit.json",
68
+ "sha256": "2ea4ae7bc58d2de045c16edc8dbe24efede7dbce7e84a9b98e9379d2ce51f12a",
69
+ "size": 256049
70
+ },
71
+ {
72
+ "mode": "0o444",
73
+ "path": "isa_npu.tensor_audit.json",
74
+ "sha256": "cd391bd862f2e1c6922b3889fee343625017c097ec40e1623f35aa200029cddf",
75
+ "size": 684058
76
+ },
77
+ {
78
+ "mode": "0o444",
79
+ "path": "mor1kx.content_audit.json",
80
+ "sha256": "8ce4006a061e1616f0ea83b40dfd8094a639b2085b9bd14d6e4cfa2632c22a91",
81
+ "size": 278450
82
+ },
83
+ {
84
+ "mode": "0o444",
85
+ "path": "mor1kx.tensor_audit.json",
86
+ "sha256": "294bb838b33a1d5779d3d94aabf4003db0b8fe1e61a02aac0e3380ba3a95cc31",
87
+ "size": 692703
88
+ },
89
+ {
90
+ "mode": "0o444",
91
+ "path": "operator_summary.json",
92
+ "sha256": "e96541a266ecdcbd6ea0d4e689ebc2db50aca978f1b1aa6eb25b12a364a1b624",
93
+ "size": 15289
94
+ },
95
+ {
96
+ "mode": "0o444",
97
+ "path": "or1200.content_audit.json",
98
+ "sha256": "e329ec689c2ca5376082b7c1fcac33878f67dd187ee0ba4d07cab961afb3fc76",
99
+ "size": 261424
100
+ },
101
+ {
102
+ "mode": "0o444",
103
+ "path": "or1200.tensor_audit.json",
104
+ "sha256": "ac63090fa495de8677500c6d73cd43134bc039a30f7caa91d6b8cd06e1393ea9",
105
+ "size": 684848
106
+ },
107
+ {
108
+ "mode": "0o444",
109
+ "path": "swerv_wrapper43.content_audit.json",
110
+ "sha256": "d723462bcd0c7a5eea86121d9ab6015f690f1d3d6f50f69b27a7f9d5914516dd",
111
+ "size": 263302
112
+ },
113
+ {
114
+ "mode": "0o444",
115
+ "path": "swerv_wrapper43.tensor_audit.json",
116
+ "sha256": "fb7c78234b32f02c12de9cc38abda8055915f52638a92f9683023097f4b25950",
117
+ "size": 686016
118
+ },
119
+ {
120
+ "mode": "0o444",
121
+ "path": "vga_lcd.content_audit.json",
122
+ "sha256": "622358ed7d1566ec99bad45a11161f49ceb17ddbaadf1252df6b0a601b94fa83",
123
+ "size": 269106
124
+ },
125
+ {
126
+ "mode": "0o444",
127
+ "path": "vga_lcd.tensor_audit.json",
128
+ "sha256": "341993b19a8e0cc1d4a61152cf318cb0d2e3951d158e9bc5c8b44a9e18fc8c7f",
129
+ "size": 686935
130
+ }
131
+ ],
132
+ "passed": true,
133
+ "schema_version": 1
134
+ }
metadata/exact5000_common_frontier_summary.json ADDED
@@ -0,0 +1,382 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "circuits": [
3
+ {
4
+ "assertions": {
5
+ "audited_inventory_still_present_in_append_only_source": true,
6
+ "content_all_checks": true,
7
+ "content_errors_empty": true,
8
+ "content_pair_inventory": true,
9
+ "content_passed": true,
10
+ "content_snapshot_stable": true,
11
+ "content_tensor_count_signature_match": true,
12
+ "content_tensor_labels_match": true,
13
+ "macro_mobility_direct": true,
14
+ "macro_mobility_tolerance_aware": true,
15
+ "tensor_all_checks": true,
16
+ "tensor_errors_empty": true,
17
+ "tensor_passed": true,
18
+ "tensor_sample_inventory": true,
19
+ "tensor_snapshot_stable": true,
20
+ "tensor_unique_count": true
21
+ },
22
+ "audited_inventory_still_present": true,
23
+ "circuit": "bp_fe",
24
+ "content_audit_sha256": "66b6fe42f7de763078b28d3d6bf87f021a446a37312b853fb1fbb2a7f6fedf2d",
25
+ "count": 500,
26
+ "filename_sha256": "23bc82b4f81948a8b091e8b75409257e6707e99741f841bdbf94c8b139599ea9",
27
+ "label_unique_counts": {
28
+ "Area": 1,
29
+ "Power": 487,
30
+ "TNS": 500,
31
+ "WNS": 500
32
+ },
33
+ "live_source_count_at_seal": 500,
34
+ "live_source_filename_sha256_at_seal": "23bc82b4f81948a8b091e8b75409257e6707e99741f841bdbf94c8b139599ea9",
35
+ "report_pair_source": "live_current",
36
+ "tensor_audit_sha256": "cd4bb2692f478210b5d28e198bd68837365909a52d0331e2b6be4acc9315fe43",
37
+ "unique_tensor_hash_count": 500
38
+ },
39
+ {
40
+ "assertions": {
41
+ "audited_inventory_still_present_in_append_only_source": true,
42
+ "content_all_checks": true,
43
+ "content_errors_empty": true,
44
+ "content_pair_inventory": true,
45
+ "content_passed": true,
46
+ "content_snapshot_stable": true,
47
+ "content_tensor_count_signature_match": true,
48
+ "content_tensor_labels_match": true,
49
+ "macro_mobility_direct": true,
50
+ "macro_mobility_tolerance_aware": true,
51
+ "tensor_all_checks": true,
52
+ "tensor_errors_empty": true,
53
+ "tensor_passed": true,
54
+ "tensor_sample_inventory": true,
55
+ "tensor_snapshot_stable": true,
56
+ "tensor_unique_count": true
57
+ },
58
+ "audited_inventory_still_present": true,
59
+ "circuit": "bp_be12",
60
+ "content_audit_sha256": "f29acc76f5507d8cd12273b14e3917ecd22fe40b39f166428e57568270f422e2",
61
+ "count": 500,
62
+ "filename_sha256": "674c68c61bec4d4b30c0b53b292affb413cc1dafe20448066f92b86b110ccff3",
63
+ "label_unique_counts": {
64
+ "Area": 1,
65
+ "Power": 494,
66
+ "TNS": 500,
67
+ "WNS": 500
68
+ },
69
+ "live_source_count_at_seal": 500,
70
+ "live_source_filename_sha256_at_seal": "674c68c61bec4d4b30c0b53b292affb413cc1dafe20448066f92b86b110ccff3",
71
+ "report_pair_source": "live_current",
72
+ "tensor_audit_sha256": "73318efaa6beae594d287a3c20c1660b5995fd32910da0f1e6acaca24b72b1dd",
73
+ "unique_tensor_hash_count": 500
74
+ },
75
+ {
76
+ "assertions": {
77
+ "audited_inventory_still_present_in_append_only_source": true,
78
+ "content_all_checks": true,
79
+ "content_errors_empty": true,
80
+ "content_pair_inventory": true,
81
+ "content_passed": true,
82
+ "content_snapshot_stable": true,
83
+ "content_tensor_count_signature_match": true,
84
+ "content_tensor_labels_match": true,
85
+ "macro_mobility_direct": true,
86
+ "macro_mobility_tolerance_aware": true,
87
+ "tensor_all_checks": true,
88
+ "tensor_errors_empty": true,
89
+ "tensor_passed": true,
90
+ "tensor_sample_inventory": true,
91
+ "tensor_snapshot_stable": true,
92
+ "tensor_unique_count": true
93
+ },
94
+ "audited_inventory_still_present": true,
95
+ "circuit": "isa_npu",
96
+ "content_audit_sha256": "2ea4ae7bc58d2de045c16edc8dbe24efede7dbce7e84a9b98e9379d2ce51f12a",
97
+ "count": 500,
98
+ "filename_sha256": "9fa0f34b725f318b1d3ac163a7a2bcf80de170a1ae9ccf2a9cc718ca38aa380f",
99
+ "label_unique_counts": {
100
+ "Area": 1,
101
+ "Power": 495,
102
+ "TNS": 499,
103
+ "WNS": 500
104
+ },
105
+ "live_source_count_at_seal": 500,
106
+ "live_source_filename_sha256_at_seal": "9fa0f34b725f318b1d3ac163a7a2bcf80de170a1ae9ccf2a9cc718ca38aa380f",
107
+ "report_pair_source": "live_current",
108
+ "tensor_audit_sha256": "cd391bd862f2e1c6922b3889fee343625017c097ec40e1623f35aa200029cddf",
109
+ "unique_tensor_hash_count": 500
110
+ },
111
+ {
112
+ "assertions": {
113
+ "audited_inventory_still_present_in_append_only_source": true,
114
+ "content_all_checks": true,
115
+ "content_errors_empty": true,
116
+ "content_pair_inventory": true,
117
+ "content_passed": true,
118
+ "content_snapshot_stable": true,
119
+ "content_tensor_count_signature_match": true,
120
+ "content_tensor_labels_match": true,
121
+ "macro_mobility_direct": true,
122
+ "macro_mobility_tolerance_aware": true,
123
+ "tensor_all_checks": true,
124
+ "tensor_errors_empty": true,
125
+ "tensor_passed": true,
126
+ "tensor_sample_inventory": true,
127
+ "tensor_snapshot_stable": true,
128
+ "tensor_unique_count": true
129
+ },
130
+ "audited_inventory_still_present": true,
131
+ "circuit": "bp_multi",
132
+ "content_audit_sha256": "9a61cfd16fe16541444d13a4801d9fd15e479ad999c6b5ab72e694bd60b83247",
133
+ "count": 500,
134
+ "filename_sha256": "9fa0f34b725f318b1d3ac163a7a2bcf80de170a1ae9ccf2a9cc718ca38aa380f",
135
+ "label_unique_counts": {
136
+ "Area": 1,
137
+ "Power": 495,
138
+ "TNS": 499,
139
+ "WNS": 499
140
+ },
141
+ "live_source_count_at_seal": 500,
142
+ "live_source_filename_sha256_at_seal": "9fa0f34b725f318b1d3ac163a7a2bcf80de170a1ae9ccf2a9cc718ca38aa380f",
143
+ "report_pair_source": "live_current",
144
+ "tensor_audit_sha256": "5d0080d0815fc0ec1e739ffb4cd33c85469def2430ee032c75352f2ab0218d50",
145
+ "unique_tensor_hash_count": 500
146
+ },
147
+ {
148
+ "assertions": {
149
+ "audited_inventory_still_present_in_append_only_source": true,
150
+ "content_all_checks": true,
151
+ "content_errors_empty": true,
152
+ "content_pair_inventory": true,
153
+ "content_passed": true,
154
+ "content_snapshot_stable": true,
155
+ "content_tensor_count_signature_match": true,
156
+ "content_tensor_labels_match": true,
157
+ "macro_mobility_direct": true,
158
+ "macro_mobility_tolerance_aware": true,
159
+ "tensor_all_checks": true,
160
+ "tensor_errors_empty": true,
161
+ "tensor_passed": true,
162
+ "tensor_sample_inventory": true,
163
+ "tensor_snapshot_stable": true,
164
+ "tensor_unique_count": true
165
+ },
166
+ "audited_inventory_still_present": true,
167
+ "circuit": "or1200",
168
+ "content_audit_sha256": "e329ec689c2ca5376082b7c1fcac33878f67dd187ee0ba4d07cab961afb3fc76",
169
+ "count": 500,
170
+ "filename_sha256": "05b59877115548cde0510fdfbedc543d736123507016ec9a55c9585ad691fe6f",
171
+ "label_unique_counts": {
172
+ "Area": 1,
173
+ "Power": 496,
174
+ "TNS": 500,
175
+ "WNS": 500
176
+ },
177
+ "live_source_count_at_seal": 500,
178
+ "live_source_filename_sha256_at_seal": "05b59877115548cde0510fdfbedc543d736123507016ec9a55c9585ad691fe6f",
179
+ "report_pair_source": "live_current",
180
+ "tensor_audit_sha256": "ac63090fa495de8677500c6d73cd43134bc039a30f7caa91d6b8cd06e1393ea9",
181
+ "unique_tensor_hash_count": 500
182
+ },
183
+ {
184
+ "assertions": {
185
+ "audited_inventory_still_present_in_append_only_source": true,
186
+ "content_all_checks": true,
187
+ "content_errors_empty": true,
188
+ "content_pair_inventory": true,
189
+ "content_passed": true,
190
+ "content_snapshot_stable": true,
191
+ "content_tensor_count_signature_match": true,
192
+ "content_tensor_labels_match": true,
193
+ "macro_mobility_direct": true,
194
+ "macro_mobility_tolerance_aware": true,
195
+ "tensor_all_checks": true,
196
+ "tensor_errors_empty": true,
197
+ "tensor_passed": true,
198
+ "tensor_sample_inventory": true,
199
+ "tensor_snapshot_stable": true,
200
+ "tensor_unique_count": true
201
+ },
202
+ "audited_inventory_still_present": true,
203
+ "circuit": "swerv_wrapper43",
204
+ "content_audit_sha256": "d723462bcd0c7a5eea86121d9ab6015f690f1d3d6f50f69b27a7f9d5914516dd",
205
+ "count": 500,
206
+ "filename_sha256": "e653bd786c735d779b7b4aa34e85da5aa0b7ada5ec138fa230b4925e3ea5f98d",
207
+ "label_unique_counts": {
208
+ "Area": 1,
209
+ "Power": 495,
210
+ "TNS": 500,
211
+ "WNS": 500
212
+ },
213
+ "live_source_count_at_seal": 500,
214
+ "live_source_filename_sha256_at_seal": "e653bd786c735d779b7b4aa34e85da5aa0b7ada5ec138fa230b4925e3ea5f98d",
215
+ "report_pair_source": "live_current",
216
+ "tensor_audit_sha256": "fb7c78234b32f02c12de9cc38abda8055915f52638a92f9683023097f4b25950",
217
+ "unique_tensor_hash_count": 500
218
+ },
219
+ {
220
+ "assertions": {
221
+ "audited_inventory_still_present_in_append_only_source": true,
222
+ "content_all_checks": true,
223
+ "content_errors_empty": true,
224
+ "content_pair_inventory": true,
225
+ "content_passed": true,
226
+ "content_snapshot_stable": true,
227
+ "content_tensor_count_signature_match": true,
228
+ "content_tensor_labels_match": true,
229
+ "macro_mobility_direct": true,
230
+ "macro_mobility_tolerance_aware": true,
231
+ "tensor_all_checks": true,
232
+ "tensor_errors_empty": true,
233
+ "tensor_passed": true,
234
+ "tensor_sample_inventory": true,
235
+ "tensor_snapshot_stable": true,
236
+ "tensor_unique_count": true
237
+ },
238
+ "audited_inventory_still_present": true,
239
+ "circuit": "vga_lcd",
240
+ "content_audit_sha256": "622358ed7d1566ec99bad45a11161f49ceb17ddbaadf1252df6b0a601b94fa83",
241
+ "count": 500,
242
+ "filename_sha256": "5cc79daf95cc9eff65612f7c39d6243e35cb44d2367d6370683c47b7b35935ad",
243
+ "label_unique_counts": {
244
+ "Area": 1,
245
+ "Power": 493,
246
+ "TNS": 500,
247
+ "WNS": 500
248
+ },
249
+ "live_source_count_at_seal": 500,
250
+ "live_source_filename_sha256_at_seal": "5cc79daf95cc9eff65612f7c39d6243e35cb44d2367d6370683c47b7b35935ad",
251
+ "report_pair_source": "live_current",
252
+ "tensor_audit_sha256": "341993b19a8e0cc1d4a61152cf318cb0d2e3951d158e9bc5c8b44a9e18fc8c7f",
253
+ "unique_tensor_hash_count": 500
254
+ },
255
+ {
256
+ "assertions": {
257
+ "audited_inventory_still_present_in_append_only_source": true,
258
+ "content_all_checks": true,
259
+ "content_errors_empty": true,
260
+ "content_pair_inventory": true,
261
+ "content_passed": true,
262
+ "content_snapshot_stable": true,
263
+ "content_tensor_count_signature_match": true,
264
+ "content_tensor_labels_match": true,
265
+ "macro_mobility_direct": true,
266
+ "macro_mobility_tolerance_aware": true,
267
+ "tensor_all_checks": true,
268
+ "tensor_errors_empty": true,
269
+ "tensor_passed": true,
270
+ "tensor_sample_inventory": true,
271
+ "tensor_snapshot_stable": true,
272
+ "tensor_unique_count": true
273
+ },
274
+ "audited_inventory_still_present": true,
275
+ "circuit": "ethernet",
276
+ "content_audit_sha256": "cf368ce8e473b54e6479e15398f7b971be493e64fc98d3cc178a87f7b11cedc9",
277
+ "count": 500,
278
+ "filename_sha256": "7494b83b5b89a01792ec2b6c1aa9c54237d46a346a8f849ee4461c755037fa22",
279
+ "label_unique_counts": {
280
+ "Area": 1,
281
+ "Power": 481,
282
+ "TNS": 500,
283
+ "WNS": 498
284
+ },
285
+ "live_source_count_at_seal": 500,
286
+ "live_source_filename_sha256_at_seal": "7494b83b5b89a01792ec2b6c1aa9c54237d46a346a8f849ee4461c755037fa22",
287
+ "report_pair_source": "live_current",
288
+ "tensor_audit_sha256": "589b36e7c23cf28c43579bd8cb19e306ada9f5d99826796f644fd8cbeb452606",
289
+ "unique_tensor_hash_count": 500
290
+ },
291
+ {
292
+ "assertions": {
293
+ "audited_inventory_still_present_in_append_only_source": true,
294
+ "content_all_checks": true,
295
+ "content_errors_empty": true,
296
+ "content_pair_inventory": true,
297
+ "content_passed": true,
298
+ "content_snapshot_stable": true,
299
+ "content_tensor_count_signature_match": true,
300
+ "content_tensor_labels_match": true,
301
+ "macro_mobility_direct": true,
302
+ "macro_mobility_tolerance_aware": true,
303
+ "tensor_all_checks": true,
304
+ "tensor_errors_empty": true,
305
+ "tensor_passed": true,
306
+ "tensor_sample_inventory": true,
307
+ "tensor_snapshot_stable": true,
308
+ "tensor_unique_count": true
309
+ },
310
+ "audited_inventory_still_present": true,
311
+ "circuit": "dft68",
312
+ "content_audit_sha256": "693f51178a0e5498f101ca35dc02de2f5be7f488ef81a53f7b3f4b4f52df46fc",
313
+ "count": 500,
314
+ "filename_sha256": "05282d25ad89d704257001bd8cf1dd4bf844e72b0ecfb0194f33cc3a00af9914",
315
+ "label_unique_counts": {
316
+ "Area": 1,
317
+ "Power": 492,
318
+ "TNS": 499,
319
+ "WNS": 500
320
+ },
321
+ "live_source_count_at_seal": 500,
322
+ "live_source_filename_sha256_at_seal": "05282d25ad89d704257001bd8cf1dd4bf844e72b0ecfb0194f33cc3a00af9914",
323
+ "report_pair_source": "live_current",
324
+ "tensor_audit_sha256": "baf74cefc820c857f49c745e41c48cd88a5601fe9218b4b83b2da2415594330c",
325
+ "unique_tensor_hash_count": 500
326
+ },
327
+ {
328
+ "assertions": {
329
+ "audited_inventory_still_present_in_append_only_source": true,
330
+ "content_all_checks": true,
331
+ "content_errors_empty": true,
332
+ "content_pair_inventory": true,
333
+ "content_passed": true,
334
+ "content_snapshot_stable": true,
335
+ "content_tensor_count_signature_match": true,
336
+ "content_tensor_labels_match": true,
337
+ "macro_mobility_direct": true,
338
+ "macro_mobility_tolerance_aware": true,
339
+ "tensor_all_checks": true,
340
+ "tensor_errors_empty": true,
341
+ "tensor_passed": true,
342
+ "tensor_sample_inventory": true,
343
+ "tensor_snapshot_stable": true,
344
+ "tensor_unique_count": true
345
+ },
346
+ "audited_inventory_still_present": true,
347
+ "circuit": "mor1kx",
348
+ "content_audit_sha256": "8ce4006a061e1616f0ea83b40dfd8094a639b2085b9bd14d6e4cfa2632c22a91",
349
+ "count": 500,
350
+ "filename_sha256": "9fa0f34b725f318b1d3ac163a7a2bcf80de170a1ae9ccf2a9cc718ca38aa380f",
351
+ "label_unique_counts": {
352
+ "Area": 1,
353
+ "Power": 489,
354
+ "TNS": 496,
355
+ "WNS": 497
356
+ },
357
+ "live_source_count_at_seal": 500,
358
+ "live_source_filename_sha256_at_seal": "9fa0f34b725f318b1d3ac163a7a2bcf80de170a1ae9ccf2a9cc718ca38aa380f",
359
+ "report_pair_source": "live_current",
360
+ "tensor_audit_sha256": "294bb838b33a1d5779d3d94aabf4003db0b8fe1e61a02aac0e3380ba3a95cc31",
361
+ "unique_tensor_hash_count": 500
362
+ }
363
+ ],
364
+ "expected_total": 5000,
365
+ "generated_at_utc": "2026-08-18T14:31:30.448647+00:00",
366
+ "observed_total": 5000,
367
+ "passed": true,
368
+ "requirements": {
369
+ "all_content_audits_pass": true,
370
+ "all_macros_move_across_samples": true,
371
+ "all_macros_move_tolerance_aware_across_samples": true,
372
+ "all_model_input_tensors_unique_within_circuit": true,
373
+ "all_tensor_audits_pass": true,
374
+ "audited_inventories_still_present_in_append_only_sources": true,
375
+ "content_tensor_labels_identical": true,
376
+ "ppa_vectors_not_collapsed": true,
377
+ "source_filename_snapshots_stable_during_each_audit": true,
378
+ "ten_manuscript_training_circuits": true
379
+ },
380
+ "schema_version": 1,
381
+ "scope": "immutable common content+production-tensor audit frontier; live sources are append-only and may already be ahead"
382
+ }
metadata/exact5000_independent_audit.json ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "assertion_count": 19,
3
+ "assertions": {
4
+ "all_macros_move_across_samples": true,
5
+ "all_model_input_tensors_unique": true,
6
+ "all_source_labels_reparsed": true,
7
+ "content_reports_pass": true,
8
+ "content_tensor_labels_identical": true,
9
+ "content_tensor_signatures_identical": true,
10
+ "expected_per_circuit_counts_exact": true,
11
+ "manifest_member_count_exact21": true,
12
+ "manifest_member_modes_0444": true,
13
+ "manifest_member_sha256_exact": true,
14
+ "manifest_member_sizes_exact": true,
15
+ "manifest_mode_0444": true,
16
+ "openroad_label_handoff_macros_fixed": true,
17
+ "seal_directory_mode_0555": true,
18
+ "source_content_tensor_labels_identical": true,
19
+ "summary_exact_total": true,
20
+ "summary_sha256_manifest_bound": true,
21
+ "ten_circuits_exact": true,
22
+ "tensor_reports_pass": true
23
+ },
24
+ "circuits": [
25
+ {
26
+ "all_macros_move": true,
27
+ "all_macros_move_tolerance_aware": true,
28
+ "circuit": "bp_fe",
29
+ "content_tensor_source_labels_identical": true,
30
+ "count": 500,
31
+ "fixed_openroad_handoff_verified": true,
32
+ "macro_count": 11,
33
+ "source_labels_reparsed": 500,
34
+ "unique_tensor_hash_count": 500
35
+ },
36
+ {
37
+ "all_macros_move": true,
38
+ "all_macros_move_tolerance_aware": true,
39
+ "circuit": "bp_be12",
40
+ "content_tensor_source_labels_identical": true,
41
+ "count": 500,
42
+ "fixed_openroad_handoff_verified": true,
43
+ "macro_count": 12,
44
+ "source_labels_reparsed": 500,
45
+ "unique_tensor_hash_count": 500
46
+ },
47
+ {
48
+ "all_macros_move": true,
49
+ "all_macros_move_tolerance_aware": true,
50
+ "circuit": "isa_npu",
51
+ "content_tensor_source_labels_identical": true,
52
+ "count": 500,
53
+ "fixed_openroad_handoff_verified": true,
54
+ "macro_count": 15,
55
+ "source_labels_reparsed": 500,
56
+ "unique_tensor_hash_count": 500
57
+ },
58
+ {
59
+ "all_macros_move": true,
60
+ "all_macros_move_tolerance_aware": true,
61
+ "circuit": "bp_multi",
62
+ "content_tensor_source_labels_identical": true,
63
+ "count": 500,
64
+ "fixed_openroad_handoff_verified": true,
65
+ "macro_count": 26,
66
+ "source_labels_reparsed": 500,
67
+ "unique_tensor_hash_count": 500
68
+ },
69
+ {
70
+ "all_macros_move": true,
71
+ "all_macros_move_tolerance_aware": true,
72
+ "circuit": "or1200",
73
+ "content_tensor_source_labels_identical": true,
74
+ "count": 500,
75
+ "fixed_openroad_handoff_verified": true,
76
+ "macro_count": 36,
77
+ "source_labels_reparsed": 500,
78
+ "unique_tensor_hash_count": 500
79
+ },
80
+ {
81
+ "all_macros_move": true,
82
+ "all_macros_move_tolerance_aware": true,
83
+ "circuit": "swerv_wrapper43",
84
+ "content_tensor_source_labels_identical": true,
85
+ "count": 500,
86
+ "fixed_openroad_handoff_verified": true,
87
+ "macro_count": 43,
88
+ "source_labels_reparsed": 500,
89
+ "unique_tensor_hash_count": 500
90
+ },
91
+ {
92
+ "all_macros_move": true,
93
+ "all_macros_move_tolerance_aware": true,
94
+ "circuit": "vga_lcd",
95
+ "content_tensor_source_labels_identical": true,
96
+ "count": 500,
97
+ "fixed_openroad_handoff_verified": true,
98
+ "macro_count": 62,
99
+ "source_labels_reparsed": 500,
100
+ "unique_tensor_hash_count": 500
101
+ },
102
+ {
103
+ "all_macros_move": true,
104
+ "all_macros_move_tolerance_aware": true,
105
+ "circuit": "ethernet",
106
+ "content_tensor_source_labels_identical": true,
107
+ "count": 500,
108
+ "fixed_openroad_handoff_verified": true,
109
+ "macro_count": 64,
110
+ "source_labels_reparsed": 500,
111
+ "unique_tensor_hash_count": 500
112
+ },
113
+ {
114
+ "all_macros_move": true,
115
+ "all_macros_move_tolerance_aware": true,
116
+ "circuit": "dft68",
117
+ "content_tensor_source_labels_identical": true,
118
+ "count": 500,
119
+ "fixed_openroad_handoff_verified": true,
120
+ "macro_count": 68,
121
+ "source_labels_reparsed": 500,
122
+ "unique_tensor_hash_count": 500
123
+ },
124
+ {
125
+ "all_macros_move": true,
126
+ "all_macros_move_tolerance_aware": true,
127
+ "circuit": "mor1kx",
128
+ "content_tensor_source_labels_identical": true,
129
+ "count": 500,
130
+ "fixed_openroad_handoff_verified": true,
131
+ "macro_count": 78,
132
+ "source_labels_reparsed": 500,
133
+ "unique_tensor_hash_count": 500
134
+ }
135
+ ],
136
+ "expected_total": 5000,
137
+ "generated_at_utc": "2026-08-18T14:31:45.596669+00:00",
138
+ "observed_total": 5000,
139
+ "passed": true,
140
+ "schema_version": 1,
141
+ "scope": "independent immutable exact5000 training frontier audit",
142
+ "seal": "/home/ruogu/experiments/ppaplace/reproduction/training_data/audit_snapshots/operator_training_common_frontier_exact5000_20260818T1431Z",
143
+ "seal_manifest_sha256": "5e0f1f2a429653bcae3c8adb0cfd6fbb30915a8b0b95eac51953e49a31de82f5",
144
+ "seal_summary_sha256": "e96541a266ecdcbd6ea0d4e689ebc2db50aca978f1b1aa6eb25b12a364a1b624",
145
+ "source_label_files_reparsed": 5000
146
+ }
metadata/exact5000_second_replay.json ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "assertion_count": 19,
3
+ "assertions": {
4
+ "all_macros_move_across_samples": true,
5
+ "all_model_input_tensors_unique": true,
6
+ "all_source_labels_reparsed": true,
7
+ "content_reports_pass": true,
8
+ "content_tensor_labels_identical": true,
9
+ "content_tensor_signatures_identical": true,
10
+ "expected_per_circuit_counts_exact": true,
11
+ "manifest_member_count_exact21": true,
12
+ "manifest_member_modes_0444": true,
13
+ "manifest_member_sha256_exact": true,
14
+ "manifest_member_sizes_exact": true,
15
+ "manifest_mode_0444": true,
16
+ "openroad_label_handoff_macros_fixed": true,
17
+ "seal_directory_mode_0555": true,
18
+ "source_content_tensor_labels_identical": true,
19
+ "summary_exact_total": true,
20
+ "summary_sha256_manifest_bound": true,
21
+ "ten_circuits_exact": true,
22
+ "tensor_reports_pass": true
23
+ },
24
+ "circuits": [
25
+ {
26
+ "all_macros_move": true,
27
+ "all_macros_move_tolerance_aware": true,
28
+ "circuit": "bp_fe",
29
+ "content_tensor_source_labels_identical": true,
30
+ "count": 500,
31
+ "fixed_openroad_handoff_verified": true,
32
+ "macro_count": 11,
33
+ "source_labels_reparsed": 500,
34
+ "unique_tensor_hash_count": 500
35
+ },
36
+ {
37
+ "all_macros_move": true,
38
+ "all_macros_move_tolerance_aware": true,
39
+ "circuit": "bp_be12",
40
+ "content_tensor_source_labels_identical": true,
41
+ "count": 500,
42
+ "fixed_openroad_handoff_verified": true,
43
+ "macro_count": 12,
44
+ "source_labels_reparsed": 500,
45
+ "unique_tensor_hash_count": 500
46
+ },
47
+ {
48
+ "all_macros_move": true,
49
+ "all_macros_move_tolerance_aware": true,
50
+ "circuit": "isa_npu",
51
+ "content_tensor_source_labels_identical": true,
52
+ "count": 500,
53
+ "fixed_openroad_handoff_verified": true,
54
+ "macro_count": 15,
55
+ "source_labels_reparsed": 500,
56
+ "unique_tensor_hash_count": 500
57
+ },
58
+ {
59
+ "all_macros_move": true,
60
+ "all_macros_move_tolerance_aware": true,
61
+ "circuit": "bp_multi",
62
+ "content_tensor_source_labels_identical": true,
63
+ "count": 500,
64
+ "fixed_openroad_handoff_verified": true,
65
+ "macro_count": 26,
66
+ "source_labels_reparsed": 500,
67
+ "unique_tensor_hash_count": 500
68
+ },
69
+ {
70
+ "all_macros_move": true,
71
+ "all_macros_move_tolerance_aware": true,
72
+ "circuit": "or1200",
73
+ "content_tensor_source_labels_identical": true,
74
+ "count": 500,
75
+ "fixed_openroad_handoff_verified": true,
76
+ "macro_count": 36,
77
+ "source_labels_reparsed": 500,
78
+ "unique_tensor_hash_count": 500
79
+ },
80
+ {
81
+ "all_macros_move": true,
82
+ "all_macros_move_tolerance_aware": true,
83
+ "circuit": "swerv_wrapper43",
84
+ "content_tensor_source_labels_identical": true,
85
+ "count": 500,
86
+ "fixed_openroad_handoff_verified": true,
87
+ "macro_count": 43,
88
+ "source_labels_reparsed": 500,
89
+ "unique_tensor_hash_count": 500
90
+ },
91
+ {
92
+ "all_macros_move": true,
93
+ "all_macros_move_tolerance_aware": true,
94
+ "circuit": "vga_lcd",
95
+ "content_tensor_source_labels_identical": true,
96
+ "count": 500,
97
+ "fixed_openroad_handoff_verified": true,
98
+ "macro_count": 62,
99
+ "source_labels_reparsed": 500,
100
+ "unique_tensor_hash_count": 500
101
+ },
102
+ {
103
+ "all_macros_move": true,
104
+ "all_macros_move_tolerance_aware": true,
105
+ "circuit": "ethernet",
106
+ "content_tensor_source_labels_identical": true,
107
+ "count": 500,
108
+ "fixed_openroad_handoff_verified": true,
109
+ "macro_count": 64,
110
+ "source_labels_reparsed": 500,
111
+ "unique_tensor_hash_count": 500
112
+ },
113
+ {
114
+ "all_macros_move": true,
115
+ "all_macros_move_tolerance_aware": true,
116
+ "circuit": "dft68",
117
+ "content_tensor_source_labels_identical": true,
118
+ "count": 500,
119
+ "fixed_openroad_handoff_verified": true,
120
+ "macro_count": 68,
121
+ "source_labels_reparsed": 500,
122
+ "unique_tensor_hash_count": 500
123
+ },
124
+ {
125
+ "all_macros_move": true,
126
+ "all_macros_move_tolerance_aware": true,
127
+ "circuit": "mor1kx",
128
+ "content_tensor_source_labels_identical": true,
129
+ "count": 500,
130
+ "fixed_openroad_handoff_verified": true,
131
+ "macro_count": 78,
132
+ "source_labels_reparsed": 500,
133
+ "unique_tensor_hash_count": 500
134
+ }
135
+ ],
136
+ "expected_total": 5000,
137
+ "generated_at_utc": "2026-08-18T14:31:57.052117+00:00",
138
+ "observed_total": 5000,
139
+ "passed": true,
140
+ "schema_version": 1,
141
+ "scope": "independent immutable exact5000 training frontier audit",
142
+ "seal": "/home/ruogu/experiments/ppaplace/reproduction/training_data/audit_snapshots/operator_training_common_frontier_exact5000_20260818T1431Z",
143
+ "seal_manifest_sha256": "5e0f1f2a429653bcae3c8adb0cfd6fbb30915a8b0b95eac51953e49a31de82f5",
144
+ "seal_summary_sha256": "e96541a266ecdcbd6ea0d4e689ebc2db50aca978f1b1aa6eb25b12a364a1b624",
145
+ "source_label_files_reparsed": 5000
146
+ }
metadata/ppaplace_commit.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ b2b013e60080722c86eff2e392b36866c66062dc
metadata/snapshot_artifacts.json ADDED
The diff for this file is too large to render. See raw diff
 
metadata/snapshot_manifest.json ADDED
The diff for this file is too large to render. See raw diff
 
metadata/tensor_audit.json ADDED
The diff for this file is too large to render. See raw diff
 
metadata/toolchain_and_hardware.txt ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ CHIPBENCH_ROOT=/home/ruogu/NewDirection/baselines/ChiPBench
2
+ v2.0-17198-g8396d0866
3
+ Yosys 0.47+116 (git sha1 4b3c03dab, clang++ 18.1.8 -fPIC -O3)
4
+ KLayout 0.28.8
5
+ 2.0.1 NVIDIA RTX A6000
6
+
7
+ Native DREAMPlace/ChiPBench/OpenROAD toolchain: PASS
8
+ Architecture: x86_64
9
+ CPU op-mode(s): 32-bit, 64-bit
10
+ Address sizes: 46 bits physical, 48 bits virtual
11
+ Byte Order: Little Endian
12
+ CPU(s): 80
13
+ On-line CPU(s) list: 0-79
14
+ Vendor ID: GenuineIntel
15
+ Model name: Intel(R) Xeon(R) Gold 5218R CPU @ 2.10GHz
16
+ CPU family: 6
17
+ Model: 85
18
+ Thread(s) per core: 2
19
+ Core(s) per socket: 20
20
+ Socket(s): 2
21
+ Stepping: 7
22
+ CPU max MHz: 4000.0000
23
+ CPU min MHz: 800.0000
24
+ BogoMIPS: 4200.00
25
+ Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
26
+ Virtualization: VT-x
27
+ L1d cache: 1.3 MiB (40 instances)
28
+ L1i cache: 1.3 MiB (40 instances)
29
+ L2 cache: 40 MiB (40 instances)
30
+ L3 cache: 55 MiB (2 instances)
31
+ NUMA node(s): 2
32
+ NUMA node0 CPU(s): 0-19,40-59
33
+ NUMA node1 CPU(s): 20-39,60-79
34
+ Vulnerability Itlb multihit: KVM: Mitigation: VMX disabled
35
+ Vulnerability L1tf: Not affected
36
+ Vulnerability Mds: Not affected
37
+ Vulnerability Meltdown: Not affected
38
+ Vulnerability Mmio stale data: Mitigation; Clear CPU buffers; SMT vulnerable
39
+ Vulnerability Retbleed: Mitigation; Enhanced IBRS
40
+ Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
41
+ Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
42
+ Vulnerability Spectre v2: Mitigation; Enhanced IBRS, IBPB conditional, RSB filling, PBRSB-eIBRS SW sequence
43
+ Vulnerability Srbds: Not affected
44
+ Vulnerability Tsx async abort: Mitigation; TSX disabled
45
+ total used free shared buff/cache available
46
+ Mem: 62Gi 16Gi 33Gi 40Mi 12Gi 45Gi
47
+ Swap: 2.0Gi 1.0Gi 1.0Gi
48
+ NVIDIA RTX A6000, 570.133.07, 49140 MiB
metadata/workflow_sha256.txt ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cad2598741ee29183b65d94facda134886bcff162cd1bb483754ae67c9130d20 README.md
2
+ 7e6923357a08283dbed60799f483c91b8154b7f1921347f5ca9f930fb7d1f6e8 requirements.txt
3
+ e5be3de5d15b03d7f5a2493de213bbca4d4504f95e5c4675fb5c890dcfee7bae setup.py
4
+ 202252f77aaad1390fa6ecb19165ea761162e2861c963883c097cccf8db98f95 configs/default.yaml
5
+ 29b7bcba000108459b532f22cc636843295cbca3a6ab745dd071870a687967e5 ppaplace/__init__.py
6
+ 9f8e49942b9302ec4f815e452864cd304e775b83c693ccd656635ae31e6e615c ppaplace/coopt.py
7
+ d11fd6cb5acfbf058d7ab27c3661b460cc7768f5367d1c1bfdfa53b3859b0730 ppaplace/data.py
8
+ 65f61a19b38f9eb984e6bde8a3e5ddc78409045e53e47ee70aa51389ebdb25c5 ppaplace/features.py
9
+ 4e52fcb2abbc8cb890e29de62dd2ae48c8fd7a75a3fcdb22415546077b57e4a2 ppaplace/legalize.py
10
+ b4e9e41941cb32b7593ca15b2be8a453436bd67b4c29eb3f8e052cdcb637e827 ppaplace/loss.py
11
+ d2a5784e16029a66b57298ef7e5f97b8f21f15830b9676152f3cc384cb0612d5 ppaplace/model.py
12
+ f9ed3ba5f98ceb76e28eb118f63bca95e4f27239919fd59aeecd27b85b1060c3 ppaplace/refine.py
13
+ 108c3c035848ac1a278cf21c49b335c705f97ef0b1a74268ff16798c3b69965f scripts/generate_data.py
14
+ 9bae8592b4c7efda0ab3912332ff725b1392f9cdddeaf1fa9eb444cb02868789 scripts/grt_eval.sh
15
+ b2104276d87b57f988a589d068f1995e2f0af848e4593727b811975c5fdb65c8 scripts/train.py
16
+ a20dbc0cc261ad86811362c64ef48eeecaef63ef4f364ebb22f2080ae579e736 scripts/label_fidelity.sh
17
+ bf77a72c364d13de391b4591e892910fc5fe70b2e2b7784ddc06760e3ee81647 scripts/prepare_chipbench_flow_overlay.py
18
+ 0106dfe9bc4823a4944cd6cb44ee92e1abae5ccb2d56e43c5d9f79868a83b0e0 scripts/promote_fidelity_screen_base.py
19
+ d61f63b5a2a6831b3a1ecf9497e6d930097c74728032b249cf67988a9b9f610d scripts/audit_promoted_fidelity_base.py
20
+ bcbb829df43e67a5f9f1721942b018da2a9ebc0aed4b03686898a938faedbc1f scripts/analyze_label_fidelity.py
21
+ eb867bb39793a267e7e1a3e7ff872f32c4b3a4f537bad83763cc1b59a7bf5637 scripts/analyze_fidelity_congestion.py
22
+ 0842761265782efc6ac211ef567197c02426120820d5e6be33f5631b531f4d16 scripts/audit_route_diagnostics.py
23
+ 505530818e5307f5595f4737677f5e237ce9b0aae07c6232af7155f70f548bf3 scripts/analyze_swerv_repair_probes.py
24
+ 0feea519b5129cc74c75aff796e40ca4d77680e14fcc57d29042c2ceddcb9f16 scripts/select_training_data.py
25
+ d231d671faef0859c49a8b6c3cdaf6f78db491d89a8c44bd77182b6d45cc5cc3 scripts/verify_placement_diversity.py
26
+ 8207529ffe6bbb4f85d0f30acb7b637a8776d5e58d22e273e3ba2f7772ba766e scripts/archive_training_defs.py
27
+ f89c25df3e10d5175f5ab4c5aaceaba6aecf18cec20a03cfd35ef3bc3fc870b0 scripts/audit_candidate_archives.py
28
+ c9f584fbadb07d61ee0c8fa2451587dbb00079e80b739d9ec337d535a9110ecf scripts/audit_candidate_position_tolerance.py
29
+ c76f119627e49a5f276519a77ef0d6bad1ac9ea357ba60e98c74efe05a0a08f7 scripts/audit_live_fidelity.py
30
+ 0ec29c384c8bf056161f48bf90392d47bc6fec1b981bfb589a719aa81440027f scripts/validate_fidelity_artifact.py
31
+ d176d1890be2d8b1b7f5c13eb7ee1c04a09182c998e886058f40552be578799d scripts/seal_fidelity_artifact.py
32
+ 96c9d6503f5465142ea550731168ea74c3bbf66d2db030108b7045830ca66eec scripts/extend_shared_synthesis_log.py
33
+ 4740c338202403167f3ac9e25e58bb0bf08559fdd46f493b97abff2f7b36dd2d scripts/audit_live_training_labels.py
34
+ cdb02df6859558570486001db8008abf5d293b148527e1e8a5821d89229bae21 scripts/audit_live_training_tensors.py
35
+ 53855d2ed893f25edad71d205cf898d388963c6f16010783c16d0d3b1b8043b7 scripts/seal_live_training_frontier.py
36
+ bb077c9a9adb41bc2951e3f6ba8538b43820b3a75262f54806bddf2ccfa2f5fc scripts/freeze_training_snapshot.py
37
+ 389870ddd92d8d905a4a3f150b35b61771fb3b3730dcb1dcad313fd3586aa500 scripts/certify_frozen_training_snapshot.py
38
+ a2863c81091203faba1a872587716ea164e55ff6a1762350a9eaced9200ce7cf scripts/audit_reproduction.py
39
+ 7dc68723b52da4722bcbb1d9e14c0e823ff60b441b26edf17842ee447c5345bc scripts/refresh_provenance.py
40
+ 579aa3d98f6c4ed8e6a83b8a70ffe740e8875fd8a226afd186bb922b58e56f56 scripts/server/run-training-corpus
41
+ 5e51e88b8a6068a8e80a6f2c66d3383ca8f7155e4be637e496c08899383b985e scripts/server/run-training-labels
42
+ af3b984a4e699a05c82532b98b5185eacf9a7ab62b61ba98d9e1d75f6b667fe5 scripts/server/run-training-label-lane-service
43
+ 4654c4abb4409576d1fdc32d933f7bc2aaacdb52a015010b25275a7700b7cc11 scripts/server/monitor-training-label-tail
44
+ 2390cee1dc6bd4e7babf4ed68deba02d8baf9e50bf8e576e99d67a1bdb475512 scripts/server/run-label-fidelity-corpus
45
+ 6bdf041fa0b96286b488dc4cf71e65d622a5b6cbf97905847b832eb5612cdd61 scripts/server/ppaplace-label-fidelity-corpus.service
46
+ 43f6a16bab534a9e50fbaf95d9fbae65c4025f64535ecc32a32a80d8c4ac7c8f scripts/server/ppaplace-fidelity-preflight-queue.service
47
+ 0057831fe6180e84bf00ebef004cfe5bd9ba1d495d9b4fc707a96cc78f99b119 scripts/server/ppaplace-reproduction-watchdog.service
48
+ 0e214a522f1d6a0a861878969733d745ef982cd25594437a71ed40a14a42d2f2 scripts/server/ppaplace-reproduction-finalizer.service
49
+ 43aabf23f16caaf160bcbdd62dcaa6a0a0a0b7f8ee98e63c386ee37d7fe81171 scripts/server/ppaplace-training-label-lane@.service
50
+ f1c1f4dab67d5fba6da69f9984783c4b06db7865919252a4dddc9ee09e97ea8f scripts/server/ppaplace-training.slice
51
+ c7cdc07f57116de15eafc668c3515ec42fa4aef162bc5a26d270c3574c86b6fd scripts/server/chipbench-env.sh
52
+ 76a563ee948b6cf8ee8dc17c3b3fafe746b3dbc94384d50b1f1aa27fc4a8b8ec scripts/server/chipbench-make
53
+ 9d12bac649bebadec935d6e26b8c0a65013f54ce64dd650ece53e8fb78aed8ce scripts/server/dreamplace-chipbench
54
+ cf6548d71b896c02ac9286162dd8c2730d0e5830399b67e455a9f626d5fd043c scripts/server/install-launchers.sh
55
+ 76b0270a9b0305f6a1fa45a01066a238446adf9599ad55a5fe2806fd2d234b0c scripts/server/klayout-chipbench
56
+ 11eaab278c6e186e107c81cfb9a919c172d831838be8aa31af9d03b66e27391f scripts/server/openroad-chipbench
57
+ 27ccc2742932717273671eccced9badb7e4a6a8cc88c91a03f4faac9471d8f95 scripts/server/ppaplace-generate
58
+ 1da5b4d2672fa9fcf279a984e51c6036c57bc63a978a1d592416345c269b265d scripts/server/ppaplace-grt
59
+ c2db7a2b110bb87d550985aa93a1fa18f53e9032e4553edd22507b9214804f61 scripts/server/verify-toolchain.sh
60
+ 2f142529827e3f23b6bbb26dadb8b4f2fa1aec40df28d012bd2a58d0c1aba12e scripts/server/yosys-chipbench
61
+ dfe23dbe758909f26432ec9a0467675baf170f154dc5e915766b979a58e3cb78 scripts/server/reproduction-status
62
+ c159b0e59c471c1aa7a6a31bc5c77106bf4a44fc481e5056d44dac8013b0089d docs/SERVER_NATIVE_WORKFLOW.md
63
+ b531ba7d83cd1d65dcd67ca457a5af690ffec1d7ed022653e4301b39f85b21f6 docs/REPRODUCTION_RUN_2026-07-22.md
64
+ 8de75b1f5733cbf07103124478d6135415c72d7ebf2048c0766e89f60c929fa2 scripts/server/screen-rtlmp-floorplans
65
+ 9244e72b7a63841e836140cdc3e6680f5495da5d3f87e06b7b12acb43d78f4e1 scripts/summarize_rtlmp_screen.py
66
+ 3d85f05d34ff3790567da721bbe7dd0aacad90583f6d6153fbbc85a72540b576 scripts/migrate_fidelity_screen_manifests.py
67
+ 984db3a5edd15633032cf2917a9de8611552821915b987175c63380a55b7a72b scripts/server/run-reproduction-finalizer
68
+ b5b4daa785e5c3572394dcbc1803a34f376c43b39903732ab777e582244d30fb scripts/server/run-reproduction-watchdog
69
+ 13f09fba365b511f772388025bd08b5dd0bb6e5a32a8dd3da77469e3ca301ab1 scripts/server/run-content-integrity-backfill
70
+ fb9af8f0d13b8c2a359c69e04a801a4d41662a61ecaf9a772948464822bb2e9c scripts/server/run-fidelity-preflight-queue
71
+ 9ea8feebe9fd32bd12f6b61b963e6729e9690d2c4abfc68fe0309b27d69babd7 scripts/server/run-swerv-repair-probes
72
+ 1f753e66a54951ea24444e71c931e211fdf65ae77522e95c755a34c11695e5ec scripts/server/guard-swerv-wl300-timeout-extension.py
73
+ c17f88816a0d52549814020343ce7e6b3b18e8a9cbf1451a4df7e3b5e3fb2694 scripts/server/run-mor1kx-halo15-b200-recovery
74
+ 695864a3bbb77699fdaac1e32422daf7904519a90867279c42f38c6892515c06 scripts/server/ppaplace-mor1kx-halo15-b200-recovery.service
75
+ 53dace7fb40f97a32c3c96a69c51801faa182a3125bbf5e5e6f4e332bacfea69 scripts/server/run-mor1kx-certified-routing-handoff
76
+ 57a6167915c8d85132f75740c3277a8913692fc3dead0e229364704044835c6b scripts/server/ppaplace-mor1kx-certified-routing-handoff.service
77
+ 990798d79abb028e6319e8f6fe0304963fe353193cb8045576ef123995c5df34 tests/test_fidelity_position_identity.py
78
+ 4bb2bd31c29da83f6debcac5bd3ae91bf528eb5ba4f235a3616c292f6e79b79a tests/test_freeze_training_snapshot.py
79
+ a23d233dece943342838a38b815b51a50efb48dbb8d579f02f327c3c9f2cf8ed tests/test_certify_frozen_training_snapshot.py
80
+ 789e7946d515b5a7565736d9d916e5930aab94cf57d4a08fac57139580c6d914 tests/test_mixed_size_features.py
81
+ 36cf6afdbffcf40cc86df3cefbbfa9251383c2bd719c76b8e1540724acbeda7b tests/test_training_position_identity.py
metadata/workflow_sources.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61ff7fa18b1f94fcb074193475d41446255762a8c599e56912a80d844783abd0
3
+ size 740674
metadata/working_tree.patch ADDED
The diff for this file is too large to render. See raw diff
 
release_manifest.json ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }
samples.csv ADDED
The diff for this file is too large to render. See raw diff
 
samples.jsonl ADDED
The diff for this file is too large to render. See raw diff