Skip to content

Commit

Permalink
Fix AntiStarvation test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean THOMAS committed Aug 4, 2020
1 parent cf5db01 commit 7a3c1df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gram/test/test_core_multiplexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def generic_test(timeout):
dut = _AntiStarvation(timeout)
self.assertFormal(dut, mode="bmc", depth=timeout+1)

generic_test(0)
generic_test(5)
generic_test(10)
generic_test(0x20)

0 comments on commit 7a3c1df

Please sign in to comment.