From: Luke Kenneth Casson Leighton Date: Sun, 26 Jun 2022 08:24:46 +0000 (+0100) Subject: one too many arguments to svremap in svp64_fft.py test X-Git-Tag: sv_maxu_works-initial~323 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a4331651b7153d332b17c889e763d0db03fd8a3c;p=openpower-isa.git one too many arguments to svremap in svp64_fft.py test --- diff --git a/src/openpower/decoder/isa/test_caller_svp64_fft.py b/src/openpower/decoder/isa/test_caller_svp64_fft.py index 5ea7fcc8..fd58ba1c 100644 --- a/src/openpower/decoder/isa/test_caller_svp64_fft.py +++ b/src/openpower/decoder/isa/test_caller_svp64_fft.py @@ -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",