mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Print "SystemVerilog" in "read_verilog -sv" log messages
This commit is contained in:
		
							parent
							
								
									3be5fa053f
								
							
						
					
					
						commit
						3838856a9e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -257,7 +257,7 @@ struct VerilogFrontend : public Frontend { | ||||||
| 		} | 		} | ||||||
| 		extra_args(f, filename, args, argidx); | 		extra_args(f, filename, args, argidx); | ||||||
| 
 | 
 | ||||||
| 		log("Parsing Verilog input from `%s' to AST representation.\n", filename.c_str()); | 		log("Parsing %s input from `%s' to AST representation.\n", sv_mode ? "SystemVerilog" : "Verilog", filename.c_str()); | ||||||
| 
 | 
 | ||||||
| 		AST::current_filename = filename; | 		AST::current_filename = filename; | ||||||
| 		AST::set_line_num = &frontend_verilog_yyset_lineno; | 		AST::set_line_num = &frontend_verilog_yyset_lineno; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue