mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-06 14:24:08 +00:00
Demonstrate binding SVA properties to a VHDL design. Mention example code (with snippets) in section on Verific.
21 lines
226 B
Plaintext
21 lines
226 B
Plaintext
[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
|