mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-27 23:45:50 +00:00
Add formal_bind example
Demonstrate binding SVA properties to a VHDL design. Mention example code (with snippets) in section on Verific.
This commit is contained in:
parent
5c649c8e75
commit
549c5f33f5
5 changed files with 89 additions and 0 deletions
20
docs/examples/vhd/formal_bind.sby
Normal file
20
docs/examples/vhd/formal_bind.sby
Normal file
|
@ -0,0 +1,20 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue