mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Clear last error message
This commit is contained in:
		
							parent
							
								
									dc18bf1969
								
							
						
					
					
						commit
						cc02d58194
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -2354,8 +2354,10 @@ struct VerificPass : public Pass { | ||||||
| 			while (argidx < GetSize(args)) | 			while (argidx < GetSize(args)) | ||||||
| 				file_names.Insert(args[argidx++].c_str()); | 				file_names.Insert(args[argidx++].c_str()); | ||||||
| 
 | 
 | ||||||
| 			if (!veri_file::AnalyzeMultipleFiles(&file_names, verilog_mode, work.c_str(), veri_file::MFCU)) | 			if (!veri_file::AnalyzeMultipleFiles(&file_names, verilog_mode, work.c_str(), veri_file::MFCU)) { | ||||||
|  | 					verific_error_msg.clear(); | ||||||
| 					log_cmd_error("Reading Verilog/SystemVerilog sources failed.\n"); | 					log_cmd_error("Reading Verilog/SystemVerilog sources failed.\n"); | ||||||
|  | 			} | ||||||
| 
 | 
 | ||||||
| 			verific_import_pending = true; | 			verific_import_pending = true; | ||||||
| 			goto check_error; | 			goto check_error; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue