one too many arguments to svremap in svp64_fft.py test
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 26 Jun 2022 08:24:46 +0000 (09:24 +0100)
committerDmitry Selyutin <ghostmansd@gmail.com>
Sun, 26 Jun 2022 15:00:33 +0000 (18:00 +0300)
src/openpower/decoder/isa/test_caller_svp64_fft.py

index 5ea7fcc89c8102b7a0ca34403fefb9e15f40eb2c..fd58ba1c3911b3244bc79ede80d089d248accb47 100644 (file)
@@ -701,7 +701,7 @@ class FFTTestCase(FHDLTestCase):
             Discrete Fourier Transform, using bit-reversed LD/ST
         """
         lst = SVP64Asm( ["svshape 8, 1, 1, 15, 0",
-                         "svremap 1, 0, 0, 0, 0, 0, 0, 0",
+                         "svremap 1, 0, 0, 0, 0, 0, 0",
                          "sv.lfssh 0.v, 4(0), 20", # shifted
                          "svshape 8, 1, 1, 1, 0",
                          "svremap 31, 1, 0, 2, 0, 1, 0",