1
0
mirror of https://github.com/myhdl/myhdl.git synced 2024-12-14 07:44:38 +08:00

*** empty log message ***

This commit is contained in:
jand 2003-04-22 12:22:23 +00:00
parent df25d27c88
commit 2c9e00fb9d

View File

@ -71,6 +71,8 @@ class Simulation(object):
self._waiters, self._cosim = _flatten(*args)
if not self._cosim and sim._cosim:
warn("Cosimulation not registered as Simulation argument")
print self._cosim
print sim._cosim
del _futureEvents[:]
del _siglist[:]