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

sby: core: minor update to the stage parsing

This commit is contained in:
Aki Van Ness 2022-06-28 22:54:49 -04:00
parent ed82c78acc
commit 0ab158eea1
No known key found for this signature in database
GPG key ID: C629E8EC06327BEE

View file

@ -399,7 +399,7 @@ class SbyConfig:
name = kvp[1][1:] name = kvp[1][1:]
self.setup['define'][name] = kvp[2:] self.setup['define'][name] = kvp[2:]
else: else:
self.setup[key] = kvp[1:] self.setup[stmt] = kvp[1:]
continue continue
if mode == "stage": if mode == "stage":