mirror of
https://github.com/YosysHQ/sby.git
synced 2025-11-01 21:37:52 +00:00
- 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. |
||
|---|---|---|
| .. | ||
| sby.py | ||
| sby_autotune.py | ||
| sby_cmdline.py | ||
| sby_core.py | ||
| sby_design.py | ||
| sby_engine_abc.py | ||
| sby_engine_aiger.py | ||
| sby_engine_btor.py | ||
| sby_engine_smtbmc.py | ||
| sby_jobserver.py | ||
| sby_mode_bmc.py | ||
| sby_mode_cover.py | ||
| sby_mode_live.py | ||
| sby_mode_prove.py | ||
| sby_sim.py | ||
| sby_status.py | ||