mirror of
https://github.com/YosysHQ/sby.git
synced 2025-09-04 02:28:08 +00:00
Add noverific task to test the non verific code
Mostly for CI to ensure fallback code still functions as intended.a Also reverted the change in the grep command to 1 line after.
This commit is contained in:
parent
ad8730fa44
commit
1d4716a5f9
4 changed files with 8 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
basic bmc
|
||||
nofullskip prove
|
||||
cover
|
||||
noverific cover
|
||||
basic cover : default
|
||||
|
||||
[options]
|
||||
|
@ -20,6 +21,7 @@ smtbmc boolector
|
|||
|
||||
[script]
|
||||
nofullskip: read -define NO_FULL_SKIP=1
|
||||
noverific: read -noverific
|
||||
read -formal fifo.sv
|
||||
prep -top fifo
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue