mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-06 14:24:08 +00:00
Mostly for CI to ensure fallback code still functions as intended.a Also reverted the change in the grep command to 1 line after.
30 lines
308 B
Plaintext
30 lines
308 B
Plaintext
[tasks]
|
|
basic bmc
|
|
nofullskip prove
|
|
cover
|
|
noverific cover
|
|
basic cover : default
|
|
|
|
[options]
|
|
cover:
|
|
mode cover
|
|
--
|
|
prove:
|
|
mode prove
|
|
--
|
|
bmc:
|
|
mode bmc
|
|
--
|
|
|
|
[engines]
|
|
smtbmc boolector
|
|
|
|
[script]
|
|
nofullskip: read -define NO_FULL_SKIP=1
|
|
noverific: read -noverific
|
|
read -formal fifo.sv
|
|
prep -top fifo
|
|
|
|
[files]
|
|
fifo.sv
|