3
0
Fork 0
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:
Jannis Harder 2023-06-19 11:21:49 +02:00
parent c027aea3db
commit 0d6a70e137

View file

@ -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()