3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-22 21:05:30 +00:00

docs: Cut out the in-progress docs in preperation for a merge

This commit is contained in:
Aki Van Ness 2022-08-05 08:22:55 -04:00
parent 841e0cb797
commit a6c220dd5d
No known key found for this signature in database
GPG key ID: C629E8EC06327BEE
2 changed files with 0 additions and 61 deletions

View file

@ -945,11 +945,6 @@ class SbyTask(SbyConfig):
with open(f"{self.workdir}/config.sby", "r") as f:
self.parse_config(f)
if len(self.stage) == 0:
self.stage['default'] = {
'enable', '*'
}
self.handle_str_option("mode", None)
if self.opt_mode not in ["bmc", "prove", "cover", "live"]: