3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-08-10 07:10:54 +00:00

sby: fixed the sby task execution to accept the new engine internal layout

This commit is contained in:
Aki Van Ness 2022-08-04 08:51:35 -04:00
parent da56a3c6d1
commit 637095a8ec
No known key found for this signature in database
GPG key ID: C629E8EC06327BEE
5 changed files with 31 additions and 10 deletions

View file

@ -401,8 +401,8 @@ class SbyConfig:
continue
if mode == "engines":
entries = line.split()
self.engines[engine_mode].append(entries)
args = line.strip().split()
self.engines[engine_mode].append(args)
continue
if mode == "setup":