From: Michael Nolan Date: Fri, 15 May 2020 15:15:54 +0000 (-0400) Subject: Re-enable popcnt in test_pipe_caller.py X-Git-Tag: div_pipeline~1197 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=77e892be4c2dc227875926e4823732e9be798897;p=soc.git Re-enable popcnt in test_pipe_caller.py --- 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):