mirror of
https://github.com/myhdl/myhdl.git
synced 2025-01-24 21:52:56 +08:00
Fixed issue #8
This commit is contained in:
parent
76896d377b
commit
347c20c3fa
@ -245,7 +245,7 @@ class CosimulationTest(TestCase):
|
||||
cosim._getMode = 1
|
||||
cosim._get()
|
||||
for n in toSignames:
|
||||
self.assertEqual(toSigs[n].next, None)
|
||||
self.assertEqual(toSigs[n].next, 0)
|
||||
|
||||
|
||||
def cosimToSignalVals(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user