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:
parent
822249655a
commit
6174634bf6
|
@ -1345,7 +1345,7 @@ class SbyTask(SbyConfig):
|
||||||
'''.splitlines()
|
'''.splitlines()
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
name = stage_name
|
name = stage_name, depends = self.model('base')
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue