mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-12 08:10:56 +00:00
some cleanup, added some rough parser tests, and started altering the engines section
This commit is contained in:
parent
0ab158eea1
commit
a0d366e58a
7 changed files with 60 additions and 8 deletions
13
tests/parser/engines.sby
Normal file
13
tests/parser/engines.sby
Normal file
|
@ -0,0 +1,13 @@
|
|||
[options]
|
||||
mode bmc
|
||||
depth 1
|
||||
expect error
|
||||
|
||||
[engines]
|
||||
smtbmc
|
||||
|
||||
[engines bmc]
|
||||
smtbmc
|
||||
|
||||
[engines cover]
|
||||
smtbmc
|
Loading…
Add table
Add a link
Reference in a new issue