Use flatten
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Wed, 11 Oct 2023 11:43:26 +0000 (11:43 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 22 Dec 2023 19:26:21 +0000 (19:26 +0000)
src/openpower/decoder/isa/test_caller_svp64_matrix.py

index 70559ac67b949b257408120289a94fd1caf09ad4..9dc1ff9cc176973bec41bf1597767b43e94e37d7 100644 (file)
@@ -59,6 +59,7 @@ class DecoderTestCase(FHDLTestCase):
         Y = Y1
 
         expected = matmult(X, Y)
+        expected = flatten(expected)
         print("expected-matrix:")
         print(expected)