mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-10 07:10:54 +00:00
Add docs/examples/abstract
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
f918e2369a
commit
afe6960ffe
6 changed files with 124 additions and 0 deletions
16
docs/examples/abstract/abstr.sby
Normal file
16
docs/examples/abstract/abstr.sby
Normal file
|
@ -0,0 +1,16 @@
|
|||
[options]
|
||||
mode prove
|
||||
|
||||
[engines]
|
||||
smtbmc
|
||||
|
||||
[script]
|
||||
read -verific
|
||||
read -define demo_counter_abstr_mode=assert
|
||||
read -sv abstr.sv
|
||||
read -sv demo.v
|
||||
prep -top demo
|
||||
|
||||
[files]
|
||||
abstr.sv
|
||||
demo.v
|
Loading…
Add table
Add a link
Reference in a new issue