mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-05 22:14:08 +00:00
When using the -f argument be more forgiving with the expectation of a clean workspace and the expectation of the new sby run being responsible for directory creation. This is a usability and quality of life improvement for Windows users where the OS can implement file and directory locking implicitly. In the EDA world it is common to have multiple tools in use at any one time and it can become tortious to have to close files / exit 3rd party applications to release locking so sby is happy to rerun. This change will prevent sby claiming a terminal error has occurred when it fails to create a directory that already exists. It also now considers the environment to be 'clean' (as per -f) if all the non-directory elements of the file tree have been deleted, leaving potentially an empty a skeleton of directories. |
||
---|---|---|
.. | ||
sby.py | ||
sby_autotune.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 |