mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-11 00:13:33 +00:00
Add wolf_goat_cabbage.sby
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
23a369e16d
commit
35a5fb94f1
docs/examples/puzzles
1
docs/examples/puzzles/.gitignore
vendored
Normal file
1
docs/examples/puzzles/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/wolf_goat_cabbage
|
13
docs/examples/puzzles/wolf_goat_cabbage.sby
Normal file
13
docs/examples/puzzles/wolf_goat_cabbage.sby
Normal file
|
@ -0,0 +1,13 @@
|
|||
[options]
|
||||
mode cover
|
||||
depth 100
|
||||
|
||||
[engines]
|
||||
smtbmc
|
||||
|
||||
[script]
|
||||
read_verilog -formal wolf_goat_cabbage.v
|
||||
prep -top wolf_goat_cabbage
|
||||
|
||||
[files]
|
||||
wolf_goat_cabbage.v
|
Loading…
Reference in a new issue