mirror of
https://github.com/myhdl/myhdl.git
synced 2025-01-24 21:52:56 +08:00
finalise
This commit is contained in:
parent
c32f1f5f2c
commit
4bf0050b01
@ -87,6 +87,9 @@ class Simulation(object):
|
||||
os.close(cosim._rt)
|
||||
os.close(cosim._wf)
|
||||
os.waitpid(cosim._child_pid, 0)
|
||||
if _simulator._tracing:
|
||||
_simulator._tracing = 0
|
||||
_simulator._tf.close()
|
||||
|
||||
|
||||
def runc(self, duration=0, quiet=0):
|
||||
|
Loading…
x
Reference in New Issue
Block a user