3
0
Fork 0
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:
Clifford Wolf 2017-01-30 11:57:04 +01:00
parent f173c703f9
commit 363273df52
4 changed files with 126 additions and 84 deletions

View file

@ -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