mirror of
https://github.com/YosysHQ/sby.git
synced 2025-07-30 01:43:17 +00:00
Improve documentation
This commit is contained in:
parent
062aae5822
commit
1a574ce24a
6 changed files with 148 additions and 36 deletions
13
docs/examples/quickstart/demo.sby
Normal file
13
docs/examples/quickstart/demo.sby
Normal file
|
@ -0,0 +1,13 @@
|
|||
[options]
|
||||
mode bmc
|
||||
depth 100
|
||||
|
||||
[engines]
|
||||
smtbmc
|
||||
|
||||
[script]
|
||||
read_verilog -formal demo.v
|
||||
prep -top demo
|
||||
|
||||
[files]
|
||||
demo.v
|
Loading…
Add table
Add a link
Reference in a new issue