projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3141f82
)
Re-enable popcnt in test_pipe_caller.py
author
Michael Nolan
<mtnolan2640@gmail.com>
Fri, 15 May 2020 15:15:54 +0000
(11:15 -0400)
committer
Michael Nolan
<mtnolan2640@gmail.com>
Fri, 15 May 2020 15:15:54 +0000
(11:15 -0400)
src/soc/logical/test/test_pipe_caller.py
patch
|
blob
|
history
diff --git
a/src/soc/logical/test/test_pipe_caller.py
b/src/soc/logical/test/test_pipe_caller.py
index d540e7a7fa0de00b3b71023bd74d85fe0d0f01d4..82b62b06e22ee05997674596ac573f25bcff0236 100644
(file)
--- 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):