feat(a-prime): holo-noc-1cycle inter-die NoC (P4 falsification) · L-DPC24 Lane A'#13
Open
gHashTag wants to merge 1 commit into
Open
feat(a-prime): holo-noc-1cycle inter-die NoC (P4 falsification) · L-DPC24 Lane A'#13gHashTag wants to merge 1 commit into
gHashTag wants to merge 1 commit into
Conversation
…PC24 Lane A' Adds parameterisable 1-cycle crossbar NoC and three-test testbench. - rtl/holo_noc_1cycle.sv: full crossbar for DIE_COUNT<=4, PAYLOAD_W=64 - rtl/holo_noc_1cycle_tb.sv: T1 die0->die1, T2 die1->die0, T3 bidir; $fatal on latency>1 - README.md: Lane A' section with P4 mapping and R5-HONEST verdict H9/P4: noc_stall > 1 cycle -> FAIL; crossbar delivers in exactly 1 cycle -> FALSIFIED R-SI-1: no * operators; active-low sync reset Anchor: phi^2+phi^-2=3 · DOI 10.5281/zenodo.19227877 Ref: gHashTag/trinity-fpga#99
This was referenced May 15, 2026
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.
holo-noc-1cycle · L-DPC24 Lane A' — inter-die NoC (P4 falsification)
Issue: Closes gHashTag/trinity-fpga#99
Codename:
holo-noc-1cycle· difficulty MED · v9-G1 critical pathBranch:
feat/l-dpc24/a-prime-noc-1cycle← branched frommain(NOT from Lane Y)H₉ Predicate P4 Mapping
noc_stall > 1 cycleThe crossbar topology (used for
DIE_COUNT ≤ 4) is all-to-all combinatorial routing followed by a single output pipeline register, guaranteeing exactly 1-cycle latency. A ring topology (DIE_COUNT ≥ 8) is intentionally not synthesised here because multi-hop ring routing would incur >1-cycle latency and violate P4.Files Added
rtl/holo_noc_1cycle.svDIE_COUNTdefault 2 (scales to 4),PAYLOAD_Wdefault 64 (matches Lane Yholo_mux_1x2hyper-vector slot).default_nettype none, no*operators (R-SI-1), active-low sync reset.rtl/holo_noc_1cycle_tb.sv$fatalon any latency > 1 cycle. T1: die0→die1 (1 cycle). T2: die1→die0 (1 cycle). T3: simultaneous bidirectional — both delivered in 1 cycle (P4 boundary). Watchdog at 200 cycles.README.mdModule Interface
R5-HONEST Verdict
*operators, R-SI-1)noc_stall ≤ 1 cycleAnchor
Author: Vasilev Dmitrii <admin@t27.ai>
ORCID: 0009-0008-4294-6159