From a4331651b7153d332b17c889e763d0db03fd8a3c Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 26 Jun 2022 09:24:46 +0100 Subject: [PATCH] one too many arguments to svremap in svp64_fft.py test --- src/openpower/decoder/isa/test_caller_svp64_fft.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.30.2