mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-24 05:45:32 +00:00
btor2aiger: Use asserts and assumes from .ywb file
This commit is contained in:
parent
b68f68d26b
commit
c081a8a754
2 changed files with 10 additions and 10 deletions
|
@ -1159,7 +1159,7 @@ class SbyTask(SbyConfig):
|
|||
self,
|
||||
"btor_aig",
|
||||
self.model(btor_model),
|
||||
f"cd {self.workdir}/model; btor2aig_yw design_{btor_model}.btor"
|
||||
f"cd {self.workdir}/model; btor2aig_yw design_{btor_model}.btor design_btor.ywb"
|
||||
)
|
||||
proc.checkretcode = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue