mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-07 06:44:06 +00:00
autotune: Fix crash on no-engine error path
This commit is contained in:
parent
c027aea3db
commit
0d6a70e137
|
@ -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