3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-08-22 20:57:56 +00:00

More improvements in sby error handling

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2018-03-27 16:23:57 +02:00
parent 9edc65874c
commit 36c7185393
7 changed files with 25 additions and 17 deletions

View file

@ -40,5 +40,5 @@ def run(job):
sby_engine_abc.run("bmc", job, engine_idx, engine)
else:
assert False
job.error("Invalid engine '%s' for bmc mode." % engine[0])