From 77e892be4c2dc227875926e4823732e9be798897 Mon Sep 17 00:00:00 2001 From: Michael Nolan Date: Fri, 15 May 2020 11:15:54 -0400 Subject: [PATCH] Re-enable popcnt in test_pipe_caller.py --- src/soc/logical/test/test_pipe_caller.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/soc/logical/test/test_pipe_caller.py b/src/soc/logical/test/test_pipe_caller.py index d540e7a7..82b62b06 100644 --- a/src/soc/logical/test/test_pipe_caller.py +++ b/src/soc/logical/test/test_pipe_caller.py @@ -144,7 +144,6 @@ class LogicalTestCase(FHDLTestCase): initial_regs[1] = random.randint(0, (1<<64)-1) self.run_tst_program(Program(lst), initial_regs) - @unittest.skip("broken") def test_popcnt(self): insns = ["popcntb", "popcntw", "popcntd"] for i in range(10): -- 2.30.2