mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-11 15:50:56 +00:00
Add djb2hash example
Signed-off-by: Claire Wolf <claire@symbioticeda.com>
This commit is contained in:
parent
a4885ce494
commit
3ec2b6b4e4
3 changed files with 28 additions and 0 deletions
14
docs/examples/puzzles/djb2hash.sby
Normal file
14
docs/examples/puzzles/djb2hash.sby
Normal file
|
@ -0,0 +1,14 @@
|
|||
[options]
|
||||
mode bmc
|
||||
expect fail
|
||||
|
||||
[engines]
|
||||
smtbmc yices
|
||||
|
||||
[script]
|
||||
read -noverific
|
||||
read -sv djb2hash.sv
|
||||
prep -top djb2hash
|
||||
|
||||
[files]
|
||||
djb2hash.sv
|
Loading…
Add table
Add a link
Reference in a new issue