3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-23 05:15:30 +00:00

translate backslashes in cell names the same way as smt2 backend does

This commit is contained in:
N. Engelhardt 2022-03-18 16:36:41 +01:00
parent fa5d5ad831
commit 5dc7fc9a4d
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);