mirror of
https://github.com/YosysHQ/sby.git
synced 2025-10-28 11:39:25 +00:00
If the database is open (based on the presence of certain files), skip deletion. There is a (very) small window where another process *could* try to open the database at the same time that it's being deleted, but it will then fail during the database setup with `sqlite3.OperationalError: disk I/O error`, but given the failure is immediate I think it's fine. |
||
|---|---|---|
| .. | ||
| 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 | ||