mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-05 22:14:08 +00:00
Merge pull request #242 from jix/fix-autotune-crash
autotune: Fix crash on no-engine error path
This commit is contained in:
commit
df18dbfbe1
|
@ -402,7 +402,7 @@ class SbyAutotune:
|
|||
|
||||
self.build_candidates()
|
||||
if not self.active_candidates:
|
||||
self.error("no supported engines found for the current configuration and design")
|
||||
self.task.error("no supported engines found for the current configuration and design")
|
||||
self.log(f"testing {len(self.active_candidates)} engine configurations...")
|
||||
|
||||
self.start_engines()
|
||||
|
|
Loading…
Reference in a new issue