mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-25 14:16:07 +00:00
Refactor engine/mode interfaces
This commit is contained in:
parent
f173c703f9
commit
363273df52
4 changed files with 126 additions and 84 deletions
|
@ -329,8 +329,8 @@ class SbyJob:
|
|||
self.copy_src()
|
||||
|
||||
if self.options["mode"] == "bmc":
|
||||
import sby_bmc
|
||||
sby_bmc.run(self)
|
||||
import sby_mode_bmc
|
||||
sby_mode_bmc.run(self)
|
||||
|
||||
else:
|
||||
assert False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue