From bd75cff581ce8e55dd819ef9d497261130df9e04 Mon Sep 17 00:00:00 2001 From: Michael Nolan Date: Wed, 6 May 2020 14:23:20 -0400 Subject: [PATCH] Re-enable test_mtcrf --- src/soc/decoder/isa/test_caller.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/soc/decoder/isa/test_caller.py b/src/soc/decoder/isa/test_caller.py index 5f029570..21364340 100644 --- a/src/soc/decoder/isa/test_caller.py +++ b/src/soc/decoder/isa/test_caller.py @@ -131,7 +131,6 @@ class DecoderTestCase(FHDLTestCase): - @unittest.skip("broken") # FIXME def test_mtcrf(self): for i in range(4): # 0x7654 gives expected (3+4) (2+4) (1+4) (0+4) for i=3,2,1,0 -- 2.30.2