mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	log_warning_noprefix -> log_warning as per review
This commit is contained in:
		
							parent
							
								
									c7d7d8ad1b
								
							
						
					
					
						commit
						eb21bf3651
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -741,7 +741,7 @@ struct HierarchyPass : public Pass { | |||
| 				const std::string &value = args[++argidx]; | ||||
| 				auto r = parameters.emplace(key, value); | ||||
| 				if (!r.second) { | ||||
| 					log_warning_noprefix("-chparam %s already specified: overwriting.\n", key.c_str()); | ||||
| 					log_warning("-chparam %s already specified: overwriting.\n", key.c_str()); | ||||
| 					r.first->second = value; | ||||
| 				} | ||||
| 				continue; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue