mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-10 07:10:54 +00:00
Update unknowns on timeout
This commit is contained in:
parent
ceaeac43f7
commit
f399acc22d
1 changed files with 2 additions and 0 deletions
|
@ -1254,6 +1254,8 @@ class SbyTask(SbyConfig):
|
||||||
proc.terminate(timeout=timeout)
|
proc.terminate(timeout=timeout)
|
||||||
for proc in list(self.procs_pending):
|
for proc in list(self.procs_pending):
|
||||||
proc.terminate(timeout=timeout)
|
proc.terminate(timeout=timeout)
|
||||||
|
if timeout:
|
||||||
|
self.update_unknown_props(dict(source="timeout"))
|
||||||
|
|
||||||
def proc_failed(self, proc):
|
def proc_failed(self, proc):
|
||||||
# proc parameter used by autotune override
|
# proc parameter used by autotune override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue