mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-07 06:44:06 +00:00
25 lines
284 B
Plaintext
25 lines
284 B
Plaintext
[tasks]
|
|
small default
|
|
medium
|
|
large
|
|
|
|
[options]
|
|
mode prove
|
|
small: depth 11
|
|
medium: depth 15
|
|
large: depth 19
|
|
|
|
[engines]
|
|
smtbmc
|
|
|
|
[script]
|
|
small: read -define WIDTH=8
|
|
medium: read -define WIDTH=12
|
|
large: read -define WIDTH=16
|
|
|
|
read -formal divider.sv
|
|
prep -top divider
|
|
|
|
[files]
|
|
divider.sv
|