Use flatten
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Wed, 11 Oct 2023 11:43:26 +0000 (11:43 +0000)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Wed, 18 Oct 2023 13:46:00 +0000 (13:46 +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)