# Systolic Gauss-Jordan ```{toctree} :maxdepth: 1 :hidden: systolic-gauss-jordan-tests/test-pe-col systolic-gauss-jordan-tests/test-pe-diag systolic-gauss-jordan-tests/test-trapeziod-mesh systolic-gauss-jordan-tests/test-trapeziod-full-trace-reduce ``` This section is the executable test surface for the current `systolic_gauss_jordan` RTL. ## Included tests - [Test File: `test_pe_col.py`](systolic-gauss-jordan-tests/test-pe-col.md) - [Test File: `test_pe_diag.py`](systolic-gauss-jordan-tests/test-pe-diag.md) - [Test File: `test_trapeziod_mesh.py`](systolic-gauss-jordan-tests/test-trapeziod-mesh.md) - [Test File: `test_trapeziod_full_trace_reduce.py`](systolic-gauss-jordan-tests/test-trapeziod-full-trace-reduce.md) ## Scope - cell-level truth-table checks - forward-flow mesh regression - reduce-phase timing and trace capture Back to [Test](index.md).