From: Luke Kenneth Casson Leighton Date: Wed, 19 May 2021 13:41:44 +0000 (+0100) Subject: re-enable other SVP64 FP tests X-Git-Tag: xlen-bcd~587 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ff58219a758200a0a670b89d31b9cb61ef581073;p=openpower-isa.git re-enable other SVP64 FP tests --- diff --git a/src/openpower/decoder/isa/test_caller_svp64_fp.py b/src/openpower/decoder/isa/test_caller_svp64_fp.py index a6c28611..af337100 100644 --- a/src/openpower/decoder/isa/test_caller_svp64_fp.py +++ b/src/openpower/decoder/isa/test_caller_svp64_fp.py @@ -22,7 +22,7 @@ class DecoderTestCase(FHDLTestCase): for i in range(32): self.assertEqual(sim.gpr(i), SelectableInt(expected[i], 64)) - def tst_sv_fpload(self): + def test_sv_fpload(self): """>>> lst = ["sv.lfsx 2.v, 0, 0.v" ] """ @@ -104,7 +104,7 @@ class DecoderTestCase(FHDLTestCase): self.assertEqual(sim.fpr(4), SelectableInt(0xC004000000000000, 64)) - def tst_sv_fpadd(self): + def test_sv_fpadd(self): """>>> lst = ["sv.fadds 6.v, 2.v, 4.v" ] """