From: Luke Kenneth Casson Leighton Date: Sun, 1 Oct 2023 15:05:30 +0000 (+0100) Subject: whoops should be 5x3 comment not 5x3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fb917f563f305dec14106c9f1feb48bbd77c7ff9;p=openpower-isa.git whoops should be 5x3 comment not 5x3 --- diff --git a/src/openpower/decoder/isa/test_caller_svp64_matrix.py b/src/openpower/decoder/isa/test_caller_svp64_matrix.py index 65e0e341..579617b9 100644 --- a/src/openpower/decoder/isa/test_caller_svp64_matrix.py +++ b/src/openpower/decoder/isa/test_caller_svp64_matrix.py @@ -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]]