3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-12 00:23:35 +00:00

sby: core: ensured the stage is dependent on the base model

This commit is contained in:
Aki Van Ness 2023-02-09 11:13:40 -05:00
parent 822249655a
commit 6174634bf6
No known key found for this signature in database
GPG key ID: C629E8EC06327BEE

View file

@ -1345,7 +1345,7 @@ class SbyTask(SbyConfig):
'''.splitlines() '''.splitlines()
) )
), ),
name = stage_name name = stage_name, depends = self.model('base')
) )