mirror of
https://github.com/YosysHQ/sby.git
synced 2025-10-07 02:01:57 +00:00
no_props.sby: Add btor_cover placeholder
The test infrastructure doesn't like when the `cover` tag is used but there is no task that uses it (because it thinks it is a task rather than a tag).
This commit is contained in:
parent
db782815f2
commit
d8e276983e
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
[tasks]
|
||||
abc prove
|
||||
abc_keepgoing prove
|
||||
btor_cover cover
|
||||
|
||||
# "Error: Does not work for combinational networks."
|
||||
abc_bmc3 bmc error
|
||||
|
@ -19,6 +20,7 @@ error: expect ERROR
|
|||
abc: abc pdr
|
||||
abc_keepgoing: abc --keep-going pdr
|
||||
btor_pono: btor pono
|
||||
btor_cover: btor btormc
|
||||
abc_bmc3: abc bmc3
|
||||
abc_sim3: abc sim3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue