mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-23 05:15:30 +00:00
fix induction
This commit is contained in:
parent
7d3545dc86
commit
7ee357fcc8
10 changed files with 15 additions and 11 deletions
|
@ -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]
|
||||
|
|
|
@ -7,7 +7,7 @@ expect fail
|
|||
smtbmc boolector
|
||||
|
||||
[script]
|
||||
read_verilog -sv test.v
|
||||
read -sv test.v
|
||||
prep -top test
|
||||
|
||||
[file test.v]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -6,7 +6,7 @@ expect pass
|
|||
btor btormc
|
||||
|
||||
[script]
|
||||
read_verilog -formal redxor.v
|
||||
read -formal redxor.v
|
||||
prep -top test
|
||||
|
||||
[files]
|
||||
|
|
|
@ -6,7 +6,7 @@ expect fail
|
|||
btor btormc
|
||||
|
||||
[script]
|
||||
read_verilog -sv test.sv
|
||||
read -sv test.sv
|
||||
prep -top test
|
||||
|
||||
[file test.sv]
|
||||
|
|
|
@ -12,7 +12,7 @@ expect fail
|
|||
smtbmc boolector
|
||||
|
||||
[script]
|
||||
read_verilog -sv test.sv
|
||||
read -sv test.sv
|
||||
prep -top top
|
||||
|
||||
[file test.sv]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue