mirror of
https://github.com/YosysHQ/sby.git
synced 2026-04-28 00:43:36 +00:00
Use tags
This commit is contained in:
parent
501a054731
commit
b66bbe4503
1 changed files with 10 additions and 13 deletions
|
|
@ -1,20 +1,16 @@
|
||||||
[tasks]
|
[tasks]
|
||||||
prep
|
prep
|
||||||
stage_1
|
stage_1 cover
|
||||||
stage_2
|
stage_2 cover
|
||||||
stage_3_init
|
stage_3_init
|
||||||
stage_3a_cover
|
stage_3a_cover cover
|
||||||
stage_3b_assert
|
stage_3b_assert
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
prep:
|
prep:
|
||||||
mode prep
|
mode prep
|
||||||
|
|
||||||
stage_1:
|
cover:
|
||||||
mode cover
|
|
||||||
skip_prep on
|
|
||||||
|
|
||||||
stage_2:
|
|
||||||
mode cover
|
mode cover
|
||||||
skip_prep on
|
skip_prep on
|
||||||
|
|
||||||
|
|
@ -22,10 +18,6 @@ stage_3_init:
|
||||||
mode prep
|
mode prep
|
||||||
skip_prep on
|
skip_prep on
|
||||||
|
|
||||||
stage_3a_cover:
|
|
||||||
mode cover
|
|
||||||
skip_prep on
|
|
||||||
|
|
||||||
stage_3b_assert:
|
stage_3b_assert:
|
||||||
mode prove
|
mode prove
|
||||||
skip_prep on
|
skip_prep on
|
||||||
|
|
@ -33,14 +25,19 @@ skip_prep on
|
||||||
--
|
--
|
||||||
|
|
||||||
[engines]
|
[engines]
|
||||||
smtbmc
|
|
||||||
|
|
||||||
prep:
|
prep:
|
||||||
none
|
none
|
||||||
|
|
||||||
|
cover:
|
||||||
|
smtbmc
|
||||||
|
|
||||||
stage_3_init:
|
stage_3_init:
|
||||||
none
|
none
|
||||||
|
|
||||||
|
stage_3b_assert:
|
||||||
|
smtbmc
|
||||||
|
|
||||||
--
|
--
|
||||||
|
|
||||||
[script]
|
[script]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue