mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-11 07:40:54 +00:00
Add primegen example
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
35a5fb94f1
commit
0f21d01460
3 changed files with 25 additions and 0 deletions
13
docs/examples/puzzles/primegen.sby
Normal file
13
docs/examples/puzzles/primegen.sby
Normal file
|
@ -0,0 +1,13 @@
|
|||
[options]
|
||||
mode cover
|
||||
depth 1
|
||||
|
||||
[engines]
|
||||
smtbmc --dumpsmt2 --stbv z3
|
||||
|
||||
[script]
|
||||
read_verilog -formal primegen.v
|
||||
prep -top primegen
|
||||
|
||||
[files]
|
||||
primegen.v
|
Loading…
Add table
Add a link
Reference in a new issue