From: Luke Kenneth Casson Leighton Date: Fri, 12 Aug 2022 11:15:44 +0000 (+0100) Subject: remove use of sv.lfssh, deprecate the unit test X-Git-Tag: sv_maxu_works-initial~170 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8382d38327cd862a7208c7e9ed3aeb220a99b4c5;p=openpower-isa.git remove use of sv.lfssh, deprecate the unit test --- diff --git a/src/openpower/decoder/isa/test_caller_svp64_ldst.py b/src/openpower/decoder/isa/test_caller_svp64_ldst.py index f1cf58f2..4fd2ecde 100644 --- a/src/openpower/decoder/isa/test_caller_svp64_ldst.py +++ b/src/openpower/decoder/isa/test_caller_svp64_ldst.py @@ -242,6 +242,7 @@ class DecoderTestCase(FHDLTestCase): self.assertEqual(sim.fpr(14), SelectableInt(0x303, 64)) self.assertEqual(sim.fpr(15), SelectableInt(0x404, 64)) + @unittest.skip("deprecated, needs Scalar LDST-shifted") def test_sv_load_store_shifted2(self): """>>> lst = ["addi 1, 0, 0x0010", "addi 2, 0, 0x0004",