From: Luke Kenneth Casson Leighton Date: Thu, 12 Aug 2021 14:20:34 +0000 (+0100) Subject: add TODO comments for BCD test speedup X-Git-Tag: xlen-bcd~135 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8974a8f5fcf0c4c15f8d18e1942ab8fe9ef7db19;p=openpower-isa.git add TODO comments for BCD test speedup --- diff --git a/src/openpower/decoder/isa/test_caller_bcd.py b/src/openpower/decoder/isa/test_caller_bcd.py index 43fd83e3..2cd19d3d 100644 --- a/src/openpower/decoder/isa/test_caller_bcd.py +++ b/src/openpower/decoder/isa/test_caller_bcd.py @@ -293,6 +293,8 @@ class BCDTestCase(FHDLTestCase): (int(match[0][1]) << 4) | (int(digit) << 0)) dpd = int(match[1 + digit], 16) + # TODO: append 32 instructions here + # "cbcdtd %d %d" % (regnum, regnum) lst = ["cbcdtd 0, 1"] initial_regs[1] = bcd with Program(lst, bigendian=False) as program: