mirror of
https://github.com/YosysHQ/sby.git
synced 2026-05-23 12:39:43 +00:00
Add deadlock detection example using SymbiYosys
This commit is contained in:
parent
6424d15aae
commit
be18475e70
3 changed files with 164 additions and 0 deletions
13
docs/examples/deadlock_detection/deadlock.sby
Normal file
13
docs/examples/deadlock_detection/deadlock.sby
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[options]
|
||||
mode bmc
|
||||
depth 10
|
||||
|
||||
[engines]
|
||||
smtbmc
|
||||
|
||||
[script]
|
||||
read -formal fsm.v
|
||||
prep -top fsm
|
||||
|
||||
[files]
|
||||
fsm.v
|
||||
Loading…
Add table
Add a link
Reference in a new issue