mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-14 00:51:18 +00:00
Don't use induction step for depth
This commit is contained in:
parent
4fc23bebec
commit
488d25b625
1 changed files with 2 additions and 0 deletions
|
@ -216,6 +216,8 @@ def run(mode, task, engine_idx, engine):
|
|||
if match:
|
||||
last_prop = []
|
||||
recorded_last = False
|
||||
if mode == "prove_induction":
|
||||
return line
|
||||
last_step = current_step
|
||||
current_step = int(match[1])
|
||||
if current_step != last_step and last_step is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue