3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-11-01 21:37:52 +00:00
sby/sbysrc
Krystine Sherwin 98ef1c4182
More status tracking unification
- Status database only gets called from summary events instead of from engines.
- More trace witnesses (.aiw and .yw) are tracked as events.
- Multiple tracefiles can be included in the same trace summary, varying only by
  extension.  These are ordered by priority so that in the logfile only a single
  tracefile is listed.
- For engines where multiple properties can be collected for a single trace,
  these properties are now available for all traces until the next step.  If any
  properties are collected but never recorded with a trace, an error is raised.
- Fix formatting for events without steps (e.g. running abc with `vcd off`).
- Drop task_property_data table entirely, since it is now redundant and unused.
- Fix properties being skipped in all status dump if they don't have a trace.
2025-07-08 15:47:33 +12:00
..
sby.py Warn on --livecsv in --status* block 2025-07-08 15:47:32 +12:00
sby_autotune.py Initial support for a multi-task property status database 2024-02-20 13:34:58 +01:00
sby_cmdline.py Add --statuscsv 2025-07-08 15:47:32 +12:00
sby_core.py More status tracking unification 2025-07-08 15:47:33 +12:00
sby_design.py Add kind to csv (and database) 2025-07-08 15:47:32 +12:00
sby_engine_abc.py More status tracking unification 2025-07-08 15:47:33 +12:00
sby_engine_aiger.py More status tracking unification 2025-07-08 15:47:33 +12:00
sby_engine_btor.py More status tracking unification 2025-07-08 15:47:33 +12:00
sby_engine_smtbmc.py More status tracking unification 2025-07-08 15:47:33 +12: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 More status tracking unification 2025-07-08 15:47:33 +12:00