mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-05 22:14:08 +00:00
This commit removes an erroneous "if sbyfile" that would turn '-f' into a no-op for stdin input files. Presumably this check was originally intended to handle the case of stdin input file and no specified workdir (which uses a temporary workdir). In the current version the check is redundant for this particular case. The check is erroneous in the case of stdin input file and a specified workdir, so we simply remove the check. |
||
---|---|---|
.. | ||
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 |