Re-enable popcnt in test_pipe_caller.py
[soc.git] / src / soc / logical / test / test_pipe_caller.py
index d540e7a7fa0de00b3b71023bd74d85fe0d0f01d4..82b62b06e22ee05997674596ac573f25bcff0236 100644 (file)
@@ -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):