3
0
Fork 0
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:
SaiRishithaDharoor 2026-03-31 21:16:58 +05:30
parent 6424d15aae
commit be18475e70
3 changed files with 164 additions and 0 deletions

View file

@ -0,0 +1,13 @@
[options]
mode bmc
depth 10
[engines]
smtbmc
[script]
read -formal fsm.v
prep -top fsm
[files]
fsm.v