mirror of
https://github.com/YosysHQ/sby.git
synced 2026-06-20 03:46:32 +00:00
itp engine: add skip and fixpoint justification
This commit is contained in:
parent
b32d0e63c3
commit
b01f30d763
1 changed files with 3 additions and 1 deletions
|
|
@ -514,7 +514,9 @@ The ``itp`` engine has been verified to produce unbounded safety proofs
|
|||
for the first ``skip`` timeframes, but fixpoint convergence is only
|
||||
guaranteed when ``skip`` is set to 0. Designs requiring non-zero
|
||||
``skip`` values (e.g. multi-cycle reset sequences) will return bounded
|
||||
results only.
|
||||
results only, as pure BMC cannot rule out paths through invalid reset
|
||||
states without inductive reasoning. This is a property of BMC-based
|
||||
interpolation, not a limitation specific to this engine.
|
||||
|
||||
The ``itp`` engine does not currently produce counterexample witness
|
||||
traces. When a property violation is found, only FAIL status is reported.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue