mirror of
https://github.com/YosysHQ/sby.git
synced 2025-09-05 02:57:45 +00:00
sby: core: ensured the stage is dependent on the base model
This commit is contained in:
parent
822249655a
commit
6174634bf6
1 changed files with 1 additions and 1 deletions
|
@ -1345,7 +1345,7 @@ class SbyTask(SbyConfig):
|
|||
'''.splitlines()
|
||||
)
|
||||
),
|
||||
name = stage_name
|
||||
name = stage_name, depends = self.model('base')
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue