From: Andrey Miroshnikov Date: Thu, 9 Nov 2023 17:46:23 +0000 (+0000) Subject: Adjust formatting X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=725b8e3b43b08823f9d189849f4c66bbd3dfc7f7;p=libreriscv.git Adjust formatting --- diff --git a/openpower/sv/cookbook/remap_matrix.mdwn b/openpower/sv/cookbook/remap_matrix.mdwn index 06cb85926..146457659 100644 --- a/openpower/sv/cookbook/remap_matrix.mdwn +++ b/openpower/sv/cookbook/remap_matrix.mdwn @@ -96,11 +96,11 @@ For the algorithm, assign indeces to matrices as follows: Index | 0 1 2 3 4 5 | Mat X | 1 2 3 3 4 5 | - Index | 0 1 2 3 4 5 | - Mat Y | 6 7 8 9 10 11 | + Index | 0 1 2 3 4 5 | + Mat Y | 6 7 8 9 10 11 | - Index | 0 1 2 3 | - Mat Z | 52 58 100 112 | + Index | 0 1 2 3 | + Mat Z | 52 58 100 112 | ``` (Start with the first row, then assign index left-to-right, top-to-bottom.)