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:
parent
987e439967
commit
e4a7f624c1
|
@ -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]}'")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue