Skip to content

Commit

Permalink
test: fix divider testbench
Browse files Browse the repository at this point in the history
sbourdeauducq committed Oct 19, 2015
1 parent 1f89900 commit ee28357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migen/test/test_divider.py
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@ def gen():
yield self.tb.dut.start_i.eq(1)
yield
yield self.tb.dut.start_i.eq(0)
yield
while not (yield self.tb.dut.ready_o):
yield
self.assertEqual((yield self.tb.dut.quotient_o), dividend//divisor)

0 comments on commit ee28357

Please sign in to comment.