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:
parent
841e0cb797
commit
a6c220dd5d
2 changed files with 0 additions and 61 deletions
|
@ -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"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue