print expected flattened matrix results
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 11 Oct 2023 11:47:39 +0000 (12:47 +0100)
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 bd4c6b34be6313246a5fd153914676f9b8691e71..555d9df44ef9f250b0f04a13503dfc6fce5b6fd4 100644 (file)
@@ -65,9 +65,10 @@ class DecoderTestCase(FHDLTestCase):
 
         xf = reduce(operator.add, X)
         yf = reduce(operator.add, Y)
-        print("flattened X,Y")
+        print("flattened X,Y,expected")
         print("\t", xf)
         print("\t", yf)
+        print("\t", expected)
 
         # and create a linear result2, same scheme
         #result1 = [0] * (ydim1*xdim2)