mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Include filename in "Executing Verilog-2005 frontend" message, fixes #959
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
		
							parent
							
								
									9268cd1613
								
							
						
					
					
						commit
						84f3a796e1
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -242,8 +242,6 @@ struct VerilogFrontend : public Frontend { | |||
| 		nowb_mode = false; | ||||
| 		default_nettype_wire = true; | ||||
| 
 | ||||
| 		log_header(design, "Executing Verilog-2005 frontend.\n"); | ||||
| 
 | ||||
| 		args.insert(args.begin()+1, verilog_defaults.begin(), verilog_defaults.end()); | ||||
| 
 | ||||
| 		size_t argidx; | ||||
|  | @ -415,6 +413,8 @@ struct VerilogFrontend : public Frontend { | |||
| 		} | ||||
| 		extra_args(f, filename, args, argidx); | ||||
| 
 | ||||
| 		log_header(design, "Executing Verilog-2005 frontend: %s\n", filename.c_str()); | ||||
| 
 | ||||
| 		log("Parsing %s%s input from `%s' to AST representation.\n", | ||||
| 				formal_mode ? "formal " : "", sv_mode ? "SystemVerilog" : "Verilog", filename.c_str()); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue