lib.cdc: fix tests to actually run.
This commit is contained in:
parent
849c649259
commit
39eb2e8fa7
2 changed files with 3 additions and 1 deletions
|
|
@ -21,6 +21,7 @@ class MultiRegTestCase(FHDLTestCase):
|
|||
yield Tick()
|
||||
self.assertEqual((yield o), 1)
|
||||
sim.add_process(process)
|
||||
sim.run()
|
||||
|
||||
def test_basic(self):
|
||||
i = Signal(reset=1)
|
||||
|
|
@ -38,3 +39,4 @@ class MultiRegTestCase(FHDLTestCase):
|
|||
yield Tick()
|
||||
self.assertEqual((yield o), 0)
|
||||
sim.add_process(process)
|
||||
sim.run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue