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:
parent
a498e1e9a1
commit
9293e66092
3 changed files with 139 additions and 0 deletions
24
docs/examples/autotune/divider.sby
Normal file
24
docs/examples/autotune/divider.sby
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue