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:
parent
fa5d5ad831
commit
5dc7fc9a4d
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