mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-06 14:24:08 +00:00
Primarily addressing Nak's comments on the PR first. Of note is the change from separate files to a single file. Changed to boolector engine and bmc by default. Updated install instructions to move z3 to optional and boolector to recommended. Literal code includes use :lines: option.
28 lines
265 B
Plaintext
28 lines
265 B
Plaintext
[tasks]
|
|
basic bmc
|
|
nofullskip prove
|
|
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
|
|
read -formal fifo.sv
|
|
prep -top fifo
|
|
|
|
[files]
|
|
fifo.sv
|