3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-27 15:35:51 +00:00
sby/docs/examples/vhd/formal_bind.sby
Krystine Sherwin 549c5f33f5
Add formal_bind example
Demonstrate binding SVA properties to a VHDL design.
Mention example code (with snippets) in section on Verific.
2024-03-05 15:29:08 +13:00

20 lines
226 B
Text

[tasks]
bmc
cover
[options]
bmc: mode bmc
cover: mode cover
depth 16
[engines]
smtbmc bitwuzla
[script]
verific -vhdl updowncount.vhd
verific -sv formal_bind.sv
prep -top updowncount
[files]
updowncount.vhd
formal_bind.sv