3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-09-03 10:08:17 +00:00

example for autotune

This commit is contained in:
Jannis Harder 2022-07-26 16:03:36 +02:00
parent a498e1e9a1
commit 9293e66092
3 changed files with 139 additions and 0 deletions

View file

@ -0,0 +1,24 @@
[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