mirror of
				https://github.com/YosysHQ/sby.git
				synced 2025-10-31 13:02:28 +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
				
			
		|  | @ -128,7 +128,8 @@ def run(mode, job, engine_idx, engine): | |||
|                     else: | ||||
|                         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