mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-25 14:16:07 +00:00
Add "cover" mode
This commit is contained in:
parent
b8fefaa25b
commit
ad4c0f2198
7 changed files with 80 additions and 3 deletions
|
@ -340,6 +340,10 @@ class SbyJob:
|
|||
import sby_mode_prove
|
||||
sby_mode_prove.run(self)
|
||||
|
||||
elif self.options["mode"] == "cover":
|
||||
import sby_mode_cover
|
||||
sby_mode_cover.run(self)
|
||||
|
||||
else:
|
||||
assert False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue