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

fix induction

This commit is contained in:
N. Engelhardt 2022-02-07 22:01:52 +01:00
parent 7d3545dc86
commit 7ee357fcc8
10 changed files with 15 additions and 11 deletions

View file

@ -15,7 +15,7 @@ pono: btor pono
cover: btor btormc
[script]
read_verilog -sv both_ex.v
read -sv both_ex.v
prep -top test
[files]

View file

@ -7,7 +7,7 @@ expect fail
smtbmc boolector
[script]
read_verilog -sv test.v
read -sv test.v
prep -top test
[file test.v]

View file

@ -12,7 +12,7 @@ btormc: btor btormc
pono: btor pono
[script]
read_verilog -sv multi_assert.v
read -sv multi_assert.v
prep -top test
[file multi_assert.v]

View file

@ -12,7 +12,7 @@ btormc: btor btormc
yices: smtbmc yices
[script]
read_verilog -sv test.sv
read -sv test.sv
prep -top test
[file test.sv]

View file

@ -6,7 +6,7 @@ expect pass
btor btormc
[script]
read_verilog -formal redxor.v
read -formal redxor.v
prep -top test
[files]

View file

@ -6,7 +6,7 @@ expect fail
btor btormc
[script]
read_verilog -sv test.sv
read -sv test.sv
prep -top test
[file test.sv]

View file

@ -12,7 +12,7 @@ expect fail
smtbmc boolector
[script]
read_verilog -sv test.sv
read -sv test.sv
prep -top top
[file test.sv]