mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	don't warn for every blackbox from verific
This commit is contained in:
		
							parent
							
								
									50b63c6481
								
							
						
					
					
						commit
						f1dea78603
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1452,7 +1452,7 @@ struct HierarchyPass : public Pass {
 | 
			
		|||
 | 
			
		||||
					bool resize_widths = !keep_portwidths && GetSize(w) != GetSize(conn.second);
 | 
			
		||||
					if (resize_widths && verific_mod && boxed_params)
 | 
			
		||||
						log_warning("Ignoring width mismatch on %s.%s.%s from verific, is port width parametrizable?\n",
 | 
			
		||||
						log_debug("Ignoring width mismatch on %s.%s.%s from verific, is port width parametrizable?\n",
 | 
			
		||||
								log_id(module), log_id(cell), log_id(conn.first)
 | 
			
		||||
						);
 | 
			
		||||
					else if (resize_widths) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue