title: Partitioned Xache β kx_pxache
summary: >-
The Xache with its masters and homes spread over P partitions of one clock β
dies of a part, regions of a floorplan β every boundary crossed by exactly one
registered, credited hop, per-source lanes so the crossbar's bandwidth holds
at every boundary, and a reorder ring per master so nothing downstream of an
engine ever waits. P = 1 is kx_xache at the same LUT, latency and bandwidth.
tags:
- axi
- cache
- crossbar
- kohakuaxi
- design
- partition
Partitioned Xache β kx_pxache
Kind: Yours throughout. The lanes, hops and the reorder ring are this project's design. Where it meets a master or a DRAM controller it presents ordinary AXI4, and where it meets a die it presents a register on each side of a wire β nothing in it names a device; which partition is which die is a block design's business.
src/kohakuaxi/pxache/ β the Xache (kx_xache, the fused
crossbar-cache) is a single-partition fabric: every path in it is
register-to-register inside one region. kx_pxache is the same system with
its M masters and N homes assigned to P partitions, so that a master on
one die reaches a home on another through one registered, credited hop per
boundary and nothing else. The arrays, engines, edges and fan-in are the
Xache's, unchanged (kx_carray, kx_rd_pipe, kx_wr_engine, kx_perm,
kx_link); what is new is how a (master, home) pair that sits in two
partitions meets, and how a master takes its responses back.
Provenance for every figure on this page: xcvu13p-fhgb2104-2L-e, Vivado
2024.2, out-of-context synthesis at a 3.333 ns (300 MHz) ask, one synthesis
per row via scripts/tcl/ooc_mod.tcl. Nothing is placed or routed; a
partition here is a parameter, and OOC does not know a die.
1. What a partition costs, in one table
Every row is the whole system: caches, engines, crossbar, edges, lanes.
M = 4, N = 4, K = 1, W = 512, 64 URAM per home, the 16 KB channel
rotation (NSWAP = 18), RD_OUTQ = WR_OUTQ = 4, the ship's four DRAM-side
crossings unless the row says none.
| P | LUT | FF | URAM | BRAM | WNS ns | Fmax MHz | |
|---|---|---|---|---|---|---|---|
kx_xache, ship β the baseline |
1 | 9,994 | 11,175 | 256 | 64 | +1.202 | 469 |
kx_pxache, ship |
1 | 9,972 | 11,675 | 256 | 94 | +1.029 | 434 |
kx_pxache, ship, masters and homes one per partition (MP = HP = {3,2,1,0}) |
4 | 10,960 | 26,570 | 256 | 298 | +0.569 | 362 |
kx_pxache, no DRAM-side crossing, one per partition |
4 | 9,657 | 23,118 | 256 | 234 | +0.548 | 359 |
one lane alone: kx_lane NT=3, W=590 (three hops, three taps) |
β | 79 | 1,857 | 0 | 25.5 | +1.831 | 666 |
The array's shape, at the same 8 MB, four partitions, ring register on, one
synthesis per row. The rows differ in how deep each home's UltraRAM chain is
and how the row is cut (BANKS against K, Β§4); the 8-deep row is the one
above with the ring register, and it is the chain that congests at route
(UG949 level 6 on the shipped card):
| array | chain | LUT | FF | URAM | WNS ns | Fmax MHz |
|---|---|---|---|---|---|---|
K=1 BANKS=1 |
8-deep | 10,659 | 28,762 | 256 | +0.299 | 330 |
K=2 BANKS=1, write lanes β the default |
4-deep | 11,788 | 28,786 | 240 | +0.618 | 368 |
K=1 BANKS=2 |
4-deep | 12,816 | 33,058 | 256 | +0.618 | 368 |
K=4 BANKS=1, write lanes |
2-deep | 12,814 | 32,906 | 232 | +0.618 | 368 |
K=1 BANKS=4 |
2-deep | 13,916 | 37,350 | 256 | +0.618 | 368 |
K=8 BANKS=1, 9-bit lanes |
one deep, no chain | 14,854 | 41,058 | 232 | +0.618 | 368 |
K=1 BANKS=8 |
one deep | 16,092 | 45,898 | 256 | +0.618 | 368 |
At a fixed capacity the read select costs the same (blocks per row Γ· depth):1
over the port whichever axis cuts the row, so a wider row does not cheapen
the mux β it removes the chain, saves the tag (one per row) and, with the
write lanes, the fill line buffer and the master-write 2:1. What a depth
costs on the device is a routed question: scripts/tcl/impl_pxache.tcl
places each partition in its SLR (masters, homes and edges pinned, each hop's
transmit half in the sending SLR and its landing half in the receiving one)
and routes at 300 MHz. Both 4-deep rows meet timing β K=2 BANKS=1 at
WNS +0.020, 11,288 LUT routed, 240 URAM; K=1 BANKS=2 at +0.014,
12,446 LUT β with every net routed and no effective congestion window above
level 5; the worst paths are the lanes' landing RAM to the next transmit
register and the die crossing itself, not the arrays. The one-deep control
(K=8, 9-bit lanes, no chain) routes at +0.027 and 14,377 LUT and shows the
same placer level-5 windows at the URAM columns β that pressure is the
array's density, not the chain's; the one-deep K=1 BANKS=8 shape routes at
+0.091 and 15,742 LUT, the 2-deep K=4 BANKS=1 at +0.020 and 12,306. The
8-deep chain is under-registered by UG901's count (rows + columns) and is not
offered.
Read it as three numbers:
- P = 1 is the Xache. 9,972 against 9,994 LUT; hit latency 39 cycles against 39; every bandwidth scenario of the Xache's bench within 1% (Β§5). The 30 extra BRAM are the four masters' reorder rings (Β§3.3), and the 500 extra FF are their bookkeeping.
- Four partitions cost 966 LUT over the Xache (988 over P = 1: 36 hops
and their taps) and 14,900 FF, the hops' TX registers on 590-bit lanes
(FF is the resource this part has to spare). BRAM 298 is the width floor:
24 wide hops at 8.5 RAMB36 each, 12 narrow ones, 30 for the rings, 64 for
the edges. With a register in front of every landing RAM (
HOP_RXREG = 1, Β§2.1) the same design measured 10,528 LUT and 40,562 FF at +0.775 ns β 432 fewer LUT, which synthesis attributes to the DRAM-side R links and the write engines' beat counters rather than to the hops, and one cycle more per hop. - Every boundary carries the crossbar's bandwidth. Four masters streaming across four partitions read at 473 cycles per 64 KB where the single-partition fabric takes 467 (Β§5).
2. Lanes and hops
2.1 One hop β kx_hop
One valid/ready channel across one boundary, with nothing combinational in either direction of the crossing:
sender's partition β boundary β receiver's partition
s_valid/s_data βββΊ [TX reg] ββββββββββΊ landing ring (the RAM's own input register) βββΊ m_valid/m_data
credit βββ [cr reg] βββββββββββ [pp reg] βββ pop
The sender's TX register has one load, the boundary wire. The wire lands in
the receiver's ring RAM β a block RAM's (and a distributed RAM's) write port
registers WE, ADDR and DIN at the clock edge, so the RAM is the landing
register β and each pop comes back as a registered pulse the sender counts
as credit: no ready ever travels back, so no skid ever sits in front of
the landing. The credit round trip is 3 cycles and the ring is 16 deep, so a
hop streams a beat per cycle. Each half takes the reset of the partition it
sits in, and a fok pulse tells the sender when the receiver's ring is out
of reset, so partitions may come out of reset in any order (measured: the
bench releases them 3 cycles apart, Β§6).
The landing ring (BUF = "lean") is a DEPTH-entry kohaku_sdpram with one
read stage, kept from overflowing by the credits so it has no full flag and
no first-word-fall-through machinery. Its top bits β a lane's destination and
the flit's kind β come out of distributed RAM: whatever decodes the head
must not wait a block RAM's 0.83 ns clock-to-out, and moving those bits alone
took the lane from 469 to 666 MHz and the P = 4 system from β0.139 ns to
+0.775. The XPM FIFO form (BUF = "xpm") is kept and measures one cycle
slower (4 accept-to-deliver against 3, kx_hop_tb).
A hop is three cycles per direction: TX register, RAM write, RAM read
(kx_hop_tb: 3 accept-to-deliver at W = 590 and 60, a flit per cycle). The
boundary wire's far end is then a RAM input, not a fabric flop, which an
out-of-context run cannot see; RX_REG = 1 (HOP_RXREG on the system)
puts a register in front of every landing RAM for a placement that wants a
flop at both ends of a die crossing, at one cycle more per hop and 590 FF
per hop (Β§1 carries that row). Β§5 measures the three-cycle hop as +6 cycles
per boundary on a round trip.
2.2 One lane β kx_lane
A lane is one source's stream through NT partitions in one direction: a
chain of hops, one per boundary, with a tap after each. At tap t the
landing ring's head is examined once: a constant table TAKE[t][dst] says
whether this partition consumes the flit or the next hop forwards it. The
head feeds both the tap and the next hop's TX register β only the valids
differ β so nothing is muxed in transit; the lane is in order by
construction; and the last tap consumes any flit no tap claims, so a wrong
map cannot wedge it (the bench's $display names it).
2.3 Per-source lanes are what keep the bandwidth
Every master has an AR lane and an AW/W lane in each direction it
needs (up toward higher partitions, down toward lower); every home has an
R/B lane in each direction. A lane is tapped at every partition it
passes, so the tap at home h's partition is that home's request slot for
master m, and the tap at master m's partition is its response source from
home h. A pair in one partition is wires, exactly as in kx_xache.
Because no lane is shared between sources, every (master, home) pair keeps
its own path and a boundary carries as many streams as the crossbar would β
the max-flow of the partitioned fabric equals the crossbar's at every cut.
The price is the lane count: at P = 4 with one master and one home per
partition, 36 hops (12 AR, 12 AW/W, 12 R/B). W beats follow their AW on the
same lane, so a W never waits for its AW at a tap; the AW/W flit is
{kind, W beat} with the AW header riding in the beat's low bits, so only
the header's 63 bits are ever muxed. The R/B flit is {kind, slot, id, resp, last, word} with the word on every flit and a B ignoring it, for the same
reason.
3. Ordering without waiting
3.1 Why the Xache's ordering cannot cross a boundary
kx_xache orders one master's reads with a sequence number and a turn: a
home's engine holds a completed burst in its drain state until it is that
master's oldest. In one partition that is safe, because every home sees the
requests in the order they were issued. Once the latency from a master to
each home differs β which is what a partition boundary is β it deadlocks:
m in P0, m' in P3, homes A in P3, C in P0
m issues seq0 β A (far), seq1 β C (near)
m' issues seq0 β C (far), seq1 β A (near)
A sees m'.seq1 first, completes it, HOLDS it: m' is waiting on C
C sees m .seq1 first, completes it, HOLDS it: m is waiting on A
A cannot serve m.seq0 while holding; C cannot serve m'.seq0 while holding.
The cycle needs only two masters and two homes with unequal latencies, and the same hold at a lane tap builds it through the tap instead. So the partitioned fabric holds nothing anywhere: every response has a landing place reserved before its request leaves.
3.2 A read: slot and ring reserved at the AR
Each master owns a reorder ring of RD_OUTQ slots of RB_BEATS beats
(0 = a 4 KB page, 64 beats at 512 bits β AXI forbids a burst crossing one, so
no burst is longer; a burst longer than a slot is a protocol error the bench
reports). An AR takes the next free slot; the slot number rides
to the home in the AR flit and comes back in every R flit. A beat from any
source β a local engine or a lane tap β lands at {slot, beat} the cycle it
is offered, whatever order the homes answer in; the drain reads the
oldest slot beat by beat as its beats land and presents them in issue order,
so the master's R channel is AXI-ordered without a single wait. The pick
among sources is combinational and prefers the home of the slot being
drained: an engine's lookahead is room = accept || !r_val, and a ready one
cycle late ran it at a beat per three cycles (hit-32 measured 102 against
39); a plain lowest-valid pick let a nearer home land ahead of the drain,
which then idled and ran a 180-cycle tail on a single-master stream (1,224
against 1,044). With the drain's home first, both are at the Xache's figures.
A slot frees when its last beat is issued to the output register; the beat carries its ID with it, because under a stall a new AR re-owned the slot under that beat and the collector saw page 3's last beat labelled as page 7's first.
3.3 A write: slots for B, one burst's beats before the next AW
A write takes a slot too, for its B: a B from home h completes the oldest
open slot bound for h (a home answers in order), and slots drain in issue
order, so BIDs come back AXI-ordered. Its W beats go to the home latched at
the AW, and the next AW is not taken until this burst's last beat has
gone β an AW ahead of the beats of the one before it on the same lane would
be held at a tap by the engine's busy slot, with those beats wedged behind
it. The cost is the AW's own accept cycle per burst: four masters writing
16 KB each take 481 cycles against the Xache's 477.
3.4 Everything else is a wire inside its partition
The ready a master sees for a local home, a home's slot ready seen by a tap,
and a tap's accept seen by a home are gathered at elaboration over the
homes or masters of that partition only (f_hp, f_mp on the constant
HP, MP maps). The first build indexed every home's ready by the runtime
home field and paid a 16-level, 74%-route path from one master's table
through another partition's write engine into a third master's counter
(β0.394 ns); it was never functionally reachable, and the tool cannot know
that. Structurally there is now no unregistered path that leaves a
partition.
4. Knobs
| parameter | measured at | meaning |
|---|---|---|
P |
1, 4 | partitions of one clock. P = 1 generates no lane |
MP[m], HP[h] |
{3,2,1,0} |
the partition of each master and home, packed PW bits each; the lane count and every TAKE table follow from them |
rstn_p[P] |
released together, or 3 cycles apart | one reset per partition; a hop's halves take the two they sit in |
RD_OUTQ, WR_OUTQ |
4 | read slots and write slots per master |
RB_BEATS |
0, 16 | beats a read slot holds, so the reorder ring is RD_OUTQ Γ RB_BEATS deep; 0 = a 4 KB page (256 deep at 512 bits). Every master's read bursts must fit a slot: the node's DRAM port splits its ARs at the same value (DRAM_AR_MAX). In LUTRAM the ring is 592 LUT a master at 16 beats and 2,887 at a page |
MEM_TRUNK, MEM_RB, MEM_HRD, MEM_HWR |
block, distributed |
the primitive behind each FIFO class: the boundary trunk rings, the reorder ring, the DRAM-edge read CDC, the DRAM-edge write CDC. distributed is an inferred ring (kohaku_aring, kx_lram), not xpm's: a 16-deep class costs ~width/2 LUT |
HOP_DEPTH |
16 | landing ring entries; β₯ 4 streams |
HOP_BUF |
lean |
the ring, or xpm (one cycle slower) |
HOP_RXREG |
0 | 1: a register in front of every landing RAM, +1 cycle per hop (Β§2.1). At the default array it is +949 LUT and +14,000 FF for +0.19 ns (368 β 396 MHz): a timing lever, not an area one |
K, SETS, SET_W |
2, 16384, 14 | the array's row: K words of W per set, so the same 8 MB at half the sets. K cuts the UltraRAM chain's depth without a bank mux (Β§1); the line a master sees is unchanged |
BANKS |
1 | kx_carray banks; SETS / BANKS / 4096 is the chain depth, and a bank is a BANKS:1 select on the row plus one cycle |
LANE_W |
8 | at K > 1 the array writes one sub-word per fill beat through the primitive's write lanes (kohaku_sdpram_be), 8 or 9 bits; 9 is the 72-bit UltraRAM's own lane and packs it fully (K=8: 58 blocks a home against 65) |
ARR_LAT |
0 | the array primitive's read latency; 0 = 4 on UltraRAM. UG901 asks rows + columns output registers of a chain |
RING_WR_REG, ARR_WP_REG |
1, 0 | the reorder ring's write port registered (β412 LUT, +47 MHz, +1 cycle); the array's write-port bundle registered (within noise) |
| the Xache's | the ship's | M, N_HOME, W, MCDC, HCDC, NSWAP, SWAP_A/B, RAM_STYLE, CDC_DEPTH β unchanged in meaning and in cost |
At K > 1 a fill lands one sub-word per beat, invalidating the row on the
first beat and validating it with the tag on the last, so a half-written line
is never observable; and a master write that arrives while a fill of the same
line's page is in flight poisons that fill (kx_carray SPAN_LG, the AXI
4 KB page), so a copy read from DRAM before the write cannot land valid. A
master write at K > 1 invalidates its line rather than allocating it; the
bench's write-then-read streams measure the same bandwidth either way (Β§5).
The engines are one per home on both sides (the Xache's SAMD); RSAMD and
WSAMD do not exist here, because a shared engine across partitions would be
the mux in transit this design has none of.
5. Performance
tests/axi/kx_pxache_tb.v is the Xache's bench with a partition map; the
TB_PERF scenarios are the Xache's (4Γ4 K1, block-RAM arrays, the 4 KB
interleave, a 24-cycle DRAM, 64-beat bursts, GB/s at 300 MHz), plus one
master streaming under a single ID. Cycles on the fabric clock.
| scenario | kx_xache |
kx_pxache P = 1 |
P = 4, one master and home per partition |
|---|---|---|---|
| 1 master reads 64 KB, hits, 4 outstanding | 1,044 Β· 18.8 GB/s | 1,038 Β· 18.9 | 1,036 Β· 19.0 |
| 4 masters read 16 KB each, hits | 465 Β· 42.3 | 467 Β· 42.1 | 473 Β· 41.6 |
| 4 masters read 16 KB each under one ID | β | 467 Β· 42.1 | 473 Β· 41.6 |
| 1 master writes 64 KB | 1,104 Β· 17.8 | 1,120 Β· 17.6 | 1,264 Β· 15.6 |
| 4 masters write 16 KB each | 477 Β· 41.2 | 481 Β· 40.9 | 508 Β· 38.7 |
| 2 KB read, hits | 37 | 39 | 39 local |
| 32-beat hit, AR accept to last beat, master 0 to home in partition 0 / 1 / 2 / 3 | 39 | 39 / 39 / 39 / 39 | 39 / 45 / 51 / 57 |
- Reads across four partitions are within 2% of the single-partition fabric: the lanes carry every stream at a beat per cycle and the ring hides the arrival order.
- +6 cycles per boundary on a round trip β a 3-cycle hop each way β is
the whole latency cost, measured identical on every shape (+8 with
HOP_RXREG = 1). - The write rows at P = 4 are the bench's, not the fabric's: it waits for each burst's B before the next AW, and a remote B is a round trip away. Four masters' W beats still stream at a beat per cycle each.
- The single-ID row is the case the Xache's bench never ran (its streams use fresh IDs): one ID across interleaved homes streams at the same rate as many, because the ring orders by slot and never by ID.
6. Verification
Three benches, under xsim (the gate; Verilator is the inner loop and one of its limits is below):
tests/axi/kx_hop_tb.vβ a hop at W = 590 and 60,leanandxpm: credits never aboveDEPTH, no ready while the receiver is in reset, the empty-hop latency, a streaming soak, a source reset with words in flight.tests/axi/kx_lane_tb.vβ three taps and one, W = 590 and 60: staggered tap releases, a random soak over every destination, a head-of-line stall on one tap while the others drain, a source reset; per-tap scoreboards.tests/axi/kx_pxache_tb.vβ the Xache's bench withTB_P, a partition per index,TB_RSTAGfor staggered resets, a collector that matches beats by ID against per-(master, ID) queues, an every-master-to-every-home fork with both lane directions live, streaming soaks in both directions, and the hit-32 latency probe with the remote-above-local check.
Configurations run, every loop of the design before its synthesis: the three
lanes; the Xache's fourteen shapes β 4Γ4 at K 1/2/4, the 4 KB and 16 KB
interleaves, 2Γ4, 8Γ4, 4Γ8, 8Γ8, the two-clock ship, the 24-cycle
DRAM, the three TB_PERF scenarios β at P = 1 and at P = 4, and P = 4 with
resets 3 cycles apart: 32 builds, 2,877β9,192 checks each, 0 errors. P = 1
is cycle-identical to kx_xache on the latency probe and within 1% on
every bandwidth row (Β§5). check.py full runs the three plus the lint-only
entries (kx_lane_lint, kx_pxache_lint).
The first two designs of the loop are kept as measurements, not as code:
| design | P = 1 LUT | P = 4 LUT | P = 4 WNS | what sent it back to impl |
|---|---|---|---|---|
| per-ID ordering tables (one home in flight per ID) | 10,809 | 11,373 | β0.394 | +815 LUT of tables at P = 1; the runtime-indexed ready path of Β§3.4; a one-ID stream stalls at every home switch |
| reorder ring with ring-address allocation | 11,146 | 13,396 | β0.139 | 820 LUT of per-slot address and count arithmetic and a 512-beat space check; the AW/W flit built as a 590-bit mux; the tap's kind decoded off block-RAM output |
| reorder ring in pages, explicit flits, fast bits, a register before every landing RAM | 9,972 | 10,528 | +0.775 | four cycles per hop against the three asked for; the register duplicates the RAM's own input register |
| the same with the wire landing in the RAM β ships | 9,972 | 10,960 | +0.569 | β |
7. What it deliberately does not do
- No 2-cycle hop. Β§2.1: the landing buffer is block RAM and is not bypassed; a bypass is a 590-bit 2:1 per hop, and this design spends no LUT on a datapath mux.
- No fabric flop at the far end of the wire by default. The RAM's input
register is the landing;
HOP_RXREG = 1adds one where a placement needs it, and only a placed run can say. - No per-destination credits. A lane's credits are the next ring's; a taken flit that its consumer cannot yet accept holds the lane behind it for the length of that wait β bounded, because nothing downstream of an engine waits (Β§3).
- No engine shared across partitions, so no
RSAMD/WSAMD. - One write burst's beats before the next AW (Β§3.3); the AW's accept cycle per burst is the cost.
- A burst is at most a page β 64 beats at 512 bits β which AXI's 4 KB rule already says for full-width beats; a narrow burst of 256 beats would overflow its slot and the bench reports it, the RTL does not check it.
- Nothing places anything.
Pand the maps are parameters; which partition is which die, and the reset tree that releases each partition, are the block design's and are not insrc/kohakuaxi. - The Verilator model of
kx_pxache_tbdoes not run: Verilator 5.020 overflows its stack at theforkinside the bench's streaming task (VlCoroutine, AddressSanitizer: stack-overflow), while the same tool runskx_xache_tbin 0.2 s; 5.020 predates the fork-in-task fixes. xsim is the gate of record.
8. Where to read next
- xbar-cache.md β the Xache itself: the arrays, the engines, the clock model, every cost table and every bandwidth measurement this page compares against.
- README.md β KohakuAXI in one page.
- station-bus.md β the other way across the dies, for host traffic.
RTL: src/kohakuaxi/pxache/ β kx_pxache.v (the system), lane/kx_hop.v
(the hop, its TX and RX halves and the lean ring), lane/kx_lane.v (the
chain and its taps). Benches: tests/axi/kx_hop_tb.v, kx_lane_tb.v,
kx_pxache_tb.v. Measurement: scripts/tcl/ooc_mod.tcl, one configuration,
every report.