mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-23 05:15:30 +00:00
Merge pull request #142 from nakengelhardt/fix_backslash_smt2
translate backslashes in cell names the same way as smt2 backend does
This commit is contained in:
commit
3d8f56b89a
3 changed files with 12 additions and 6 deletions
|
@ -1,10 +1,12 @@
|
|||
[tasks]
|
||||
bmc
|
||||
cover
|
||||
flatten
|
||||
|
||||
[options]
|
||||
bmc: mode bmc
|
||||
cover: mode cover
|
||||
flatten: mode bmc
|
||||
|
||||
expect fail
|
||||
|
||||
|
@ -14,6 +16,7 @@ smtbmc boolector
|
|||
[script]
|
||||
read -sv test.sv
|
||||
prep -top top
|
||||
flatten: flatten
|
||||
|
||||
[file test.sv]
|
||||
module test(input foo);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue