3
0
Fork 0
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:
N. Engelhardt 2022-03-28 16:32:10 +02:00 committed by GitHub
commit 3d8f56b89a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 6 deletions

View file

@ -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);