Adjust formatting
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Thu, 9 Nov 2023 17:46:23 +0000 (17:46 +0000)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Thu, 9 Nov 2023 17:46:23 +0000 (17:46 +0000)
openpower/sv/cookbook/remap_matrix.mdwn

index 06cb8592627eaf2ee0e21a8a21af2079e2676fd0..1464576593dbc1c1316218a2be5279628ee755cc 100644 (file)
@@ -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.)