From: Luke Kenneth Casson Leighton Date: Thu, 13 Oct 2022 06:45:46 +0000 (+0100) Subject: correct comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6b8a23de196bbf350ca72090ea5b6cad308e1e73;p=openpower-isa.git correct comments --- diff --git a/src/openpower/decoder/isa/test_caller_svp64_ldst.py b/src/openpower/decoder/isa/test_caller_svp64_ldst.py index 23febd0a..b4c2f9b4 100644 --- a/src/openpower/decoder/isa/test_caller_svp64_ldst.py +++ b/src/openpower/decoder/isa/test_caller_svp64_ldst.py @@ -60,7 +60,7 @@ class DecoderTestCase(FHDLTestCase): # dest[i] = '\0'; "setvl 1,0,%d,0,1,1" % maxvl, # VL (and r1) = MIN(CTR,MAXVL=4) "sv.stbu/pi 0, 1(12)", # store VL zeros (update r12 addr) - "sv.bc 16, *0, -0xc", # test CTR, stop if cmpi failed + "sv.bc 16, *0, -0xc", # decrement CTR by VL, stop at zero ] ) lst = list(lst)