🎯 Wave-49 Lane UU — cap_boost_controller + decap_burst_gen 17/17 TB PASS (OP_CAP_BOOST 0xF3, refs #177)#180
Merged
Merged
Conversation
…SS (OP_CAP_BOOST 0xF3, refs trinity-fpga#177)
Wave-49 Lane UU — Capacitive Decoupling Burst RTL
- New: rtl/cap_boost/decap_burst_gen.sv (capacitive switch + lock counter)
- New: rtl/cap_boost/cap_boost_controller.sv (opcode decode + activity gating)
- New: tb/cap_boost/tb_cap_boost.sv (15 TB checks, all PASS)
- Sacred opcode OP_CAP_BOOST = 0xF3 = 243 (third slot of extended sacred bank)
- Third lever of triple-decker dynamic-power envelope:
W47 RBB (0xF1) leakage well + W48 FBB-ACTIVE (0xF2) active well
+ W49 CAP-BOOST (0xF3) supply-rail capacitive burst ← this PR
- ΔC_dec = C_dec_base · γ³ ≈ 0.81 pF burst (γ³ = phi^-9, B007^3, no new ROM cell)
- di/dt margin +6% band [4%, 10%]; droop suppression -4% band [2%, 8%]
- Cap area uplift ≤ 0.5% (R18 iso-area); f_clk impact ≤ 2%
- TOPS/W 1083 → 1091 (+0.738%, ≥ 0.7% floor)
Constitutional:
- R-SI-1: 0 `*` operators in both RTL files (verified)
- R5-HONEST: provenance tags on capacitive rail
- R7 falsification: delta_c_in_band, didt_margin_ok, droop_supp_ok,
cap_area_ok, fclk_impact_ok, tops_w_lift_ok
- R15 SACRED-SYNTH-GATE: γ³ from ROM[B007^3]
- R18 LAYER-FROZEN: 75 Sacred ROM cells preserved, slot-set frozen at 32
TB summary: 17 checks (T01..T15 + T15a/b/c), 17 PASS, 0 FAIL, RESULT=ALL_PASS
Anchor: phi^2 + phi^-2 = 3 · gamma^3 = phi^-9 · OP_CAP_BOOST = 0xF3
DOI: 10.5281/zenodo.19227877
Refs #177
Companion Coq: gHashTag/t27 PR #688 (Theorem cap_boost_composite, 38 Qed)
Signed-off-by: Vasilev Dmitrii <admin@t27.ai>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎯 Wave-49 Lane UU — CAP-BOOST RTL 17/17 TB PASS (OP_CAP_BOOST 0xF3)
Refs trinity-fpga#177
Summary
New RTL for Wave-49 sacred opcode OP_CAP_BOOST = 0xF3 = 243 — γ³ capacitive decoupling burst on supply rail.
Files
rtl/cap_boost/decap_burst_gen.sv— capacitive switch + lock counter (71L, 0*)rtl/cap_boost/cap_boost_controller.sv— opcode decode + activity gating (138L, 0*)tb/cap_boost/tb_cap_boost.sv— 15 TB checks (T01..T15 + T15a/b/c), 17 PASS, 0 FAILTriple-Decker Power Envelope
Theory
TB Output
Constitutional
*operators in both RTL files (verified)Coq Companion
gHashTag/t27 PR #688 (
Theorem cap_boost_composite, 38 Qed total)Anchor
phi^2 + phi^-2 = 3 · gamma^3 = phi^-9 · OP_CAP_BOOST = 0xF3 · DOI 10.5281/zenodo.19227877
Signed-off-by: Vasilev Dmitrii admin@t27.ai