whoops should be 5x3 comment not 5x3
[openpower-isa.git] / src / openpower / decoder / isa / test_caller_svp64_matrix.py
index 65e0e3416548c742b38aeef4ab618ce71bb1b182..579617b9101fdfee29a53f4bb7d15b290a75fec7 100644 (file)
@@ -121,7 +121,7 @@ class DecoderTestCase(FHDLTestCase):
               [4, 5, 6],
               [7, 8, 9],
               [2, 0, 1]]
-        # 3x5 matrix
+        # 5x3 matrix
         Y3 = [[5, 8, 1, 2, 3],
               [6, 7, 3, 0, 9],
               [4, 5, 9, 1, 2]]