RTL
This section is the hardware map for the shipped RTL under rtl/.
Installation and example usage are covered elsewhere.
Current split
rtl/systolic_gauss_jordan/Core available GF(2) elimination kernel.rtl/osd_control/Decoder-side orchestration around the solver: problem store, ranking wrapper, reduced-system control, and solve launch.rtl/minsum_bp/Scalable decoder front-end built around row-layered normalized min-sum.rtl/sort/Low-precision ranking block used by the decoder path.
The file-level docs in this section focus on the available solver kernel.
Reading order
Start with Systolic Gauss-Jordan for the core solver contract.
Read
controller.svandinput.svto understand the solver-facing path.Read
trapeziod_mesh.sv,pe_diag.sv, andpe_col.svfor the cell-level array behavior.Use
gj_pkg.sv,mem.sv, anddelay_line.svas the supporting primitives reference.
Scope
These docs are intentionally narrow:
the available GF(2) solver path
the main solver entry points
control and data movement through the array
the supporting primitives needed to follow that path