3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-11-01 05:17:52 +00:00

Add cancelledby config section

This commit is contained in:
Krystine Sherwin 2025-07-09 10:03:54 +12:00
parent a153349ac8
commit e7c756a43f
No known key found for this signature in database
3 changed files with 27 additions and 7 deletions

View file

@ -1,6 +1,12 @@
[tasks]
killer
aborted
c
b
a
[cancelledby]
a: b
b: c
c: a
[options]
mode bmc
@ -8,12 +14,12 @@ depth 100
expect fail,cancelled
[engines]
killer: btor btormc
aborted: smtbmc boolector
btor btormc
[script]
killer: read -define MAX=7
aborted: read -define MAX=14
a: read -define MAX=7
b: read -define MAX=14
c: read -define MAX=3
read -formal demo.sv
prep -top demo