mirror of
https://github.com/YosysHQ/sby.git
synced 2025-07-23 14:48:56 +00:00
Fixed "counterexample trace:" log message for things like warmup failed
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
2fef25f93d
commit
f2697c23c0
3 changed files with 8 additions and 4 deletions
|
@ -109,7 +109,8 @@ def run(mode, job, engine_idx, engine):
|
|||
assert task2_status is not None
|
||||
assert task2_status == "FAIL"
|
||||
|
||||
job.summary.append("counterexample trace: %s/engine_%d/trace.vcd" % (job.workdir, engine_idx))
|
||||
if os.path.exists("%s/engine_%d/trace.vcd" % (job.workdir, engine_idx)):
|
||||
job.summary.append("counterexample trace: %s/engine_%d/trace.vcd" % (job.workdir, engine_idx))
|
||||
|
||||
task2.output_callback = output_callback2
|
||||
task2.exit_callback = exit_callback2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue