3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-05 14:04:07 +00:00

sby: core: config: fixed the engines section parsing where it was not setting the engine mode when parsing the section

This commit is contained in:
Aki Van Ness 2022-07-29 10:52:49 -04:00
parent 987e439967
commit e4a7f624c1
No known key found for this signature in database
GPG key ID: C629E8EC06327BEE

View file

@ -301,6 +301,7 @@ class SbyConfig:
pass pass
# if entries[1] not in self.engines: # if entries[1] not in self.engines:
# self.engines[entries[1]] = list() # self.engines[entries[1]] = list()
# engine_mode = entries[1]
# else: # else:
# self.error(f"Already defined engine block for mode '{entries[1]}'") # self.error(f"Already defined engine block for mode '{entries[1]}'")