The May 7-11 series of wrapper-hardening attempts (cf_wrapper_v6
through v11) all failed to eliminate the 208 cosmetic LVS pin-match
errors. The root cause is a Magic SPICE-extraction limitation: it
collapses constant-tied output nets into shared global power/ground
nets, losing per-pin labels. Per-pin conb_1 cells (v8) and placement
tweaks don't change this behavior; v9/v10 regressed to 1300-1800
routing DRC errors; v11 was interrupted.
This commit:
- Restores the working tree to the May 7 PDN-fix wrapper (HEAD before
experiments started).
- Archives the v6-v11 experiment files under experiments/ with a
per-file README explaining what was tried and why it failed. Large
binary debris (mag, multicorner spef, uncompressed wrapper GDS) is
preserved locally but excluded from git via a local .gitignore.
- Adds docs/LVS_WAIVER.md formally requesting the 208 cosmetic LVS
errors be accepted as Magic-extraction artifacts. Cites netgen's own
"Device classes equivalent" / "Cell pin lists altered to match"
lines, the v8 disproof that per-pin tieoffs cannot fix this, and
the 17/19 mpw_precheck PASS at cf_wrapper_v5 (May 1, 2026).
- README.md now links the waiver from the Precheck Results section.
- .gitignore adds /precheck_logs/ for local snoke run logs.
The submission ships with the May 7 cf_wrapper_v5 + PDN-fix wrapper
(commit 8cc8414). All 5 GLS cocotb tests pass (GPIO=0xAB). Magic DRC
clean. 17/19 mpw_precheck. The cosmetic LVS pin-match issue is
documented in the waiver and not fixable by wrapper-only hardening.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- CubeSat power: "1-5 W total" -> "7-20 W total, 2-5 W comms payload"
- 650 nm laser: add IEC 60825-1 Class 1 designation and power limit
- JLCPCB pricing: clarify "$2 for 5 boards" not "$2/board"
- DAPD PNR at 1550 nm: add caveat about InGaAs resolution limits
(~tens of photons vs single-photon at visible wavelengths)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add advanced detector configuration showing integration path for
BAE Systems GMAPD and ATI DAPD single-photon detectors. Explains
why photon-number-resolving detectors exploit the decoder's
soft-input architecture more fully than binary click/no-click
detection. No ASIC changes required — same 6-bit LLR interface.
Opens 1550 nm telecom-compatible deployment scenarios.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>