From: Luke Kenneth Casson Leighton Date: Wed, 11 Oct 2023 11:47:39 +0000 (+0100) Subject: print expected flattened matrix results X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b3b99eed80bfc453e013880b68d06db712c462bf;p=openpower-isa.git print expected flattened matrix results --- diff --git a/src/openpower/decoder/isa/test_caller_svp64_matrix.py b/src/openpower/decoder/isa/test_caller_svp64_matrix.py index bd4c6b34..555d9df4 100644 --- a/src/openpower/decoder/isa/test_caller_svp64_matrix.py +++ b/src/openpower/decoder/isa/test_caller_svp64_matrix.py @@ -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)