3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-05 22:14:08 +00:00
sby/sbysrc
KrystalDelusion 6c8b838eb3
Update sby_engine_abc.py
ABC will sometimes return negative frame numbers when proving by convergence, e.g.
```
engine_0: Proved output 1 in frame -698905656 (converged).
engine_0: Proved output 4 in frame -698905656 (converged).
```
This change fixes these properties being missed and causing the engine status to return UNKNOWN due to `proved_count != len(proved)`.
2024-03-12 10:48:26 +13:00
..
sby.py Print a message when SBY is waiting for a config on stdin 2024-03-11 16:35:03 +01:00
sby_autotune.py Initial support for a multi-task property status database 2024-02-20 13:34:58 +01:00
sby_cmdline.py Initial support for a multi-task property status database 2024-02-20 13:34:58 +01:00
sby_core.py Support for the new anytime schedule in yosys-abc's pdr 2024-03-06 12:26:01 +01:00
sby_design.py Initial support for a multi-task property status database 2024-02-20 13:34:58 +01:00
sby_engine_abc.py Update sby_engine_abc.py 2024-03-12 10:48:26 +13:00
sby_engine_aiger.py Emit status db update from aigsmt 2024-02-20 14:06:43 +01:00
sby_engine_btor.py Unified trace generation using yosys's sim across all engines 2023-01-10 18:42:26 +01:00
sby_engine_smtbmc.py Support for the new anytime schedule in yosys-abc's pdr 2024-03-06 12:26:01 +01:00
sby_jobserver.py Fix deadlock with parallel SBY procs each with parallel tasks 2023-07-17 15:29:17 +02:00
sby_mode_bmc.py Unified trace generation using yosys's sim across all engines 2023-01-10 18:42:26 +01:00
sby_mode_cover.py Unified trace generation using yosys's sim across all engines 2023-01-10 18:42:26 +01:00
sby_mode_live.py Add colors to engine header message 2022-11-24 18:12:22 +01:00
sby_mode_prove.py Unified trace generation using yosys's sim across all engines 2023-01-10 18:42:26 +01:00
sby_sim.py smtbmc: Use new -noinitstate option when simulating inductive cex 2023-09-28 17:38:15 +02:00
sby_status.py Initial support for a multi-task property status database 2024-02-20 13:34:58 +01:00