mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	abc_new: Fix PI confusion in whitebox model export
This commit is contained in:
		
							parent
							
								
									2a3f60bc06
								
							
						
					
					
						commit
						559209c856
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1102,7 +1102,7 @@ struct XAigerWriter : AigerWriter {
 | 
			
		|||
							holes_module->ports.push_back(w->name);
 | 
			
		||||
							holes_pis.push_back(w);
 | 
			
		||||
						}
 | 
			
		||||
						in_conn.append(holes_pis[i]);
 | 
			
		||||
						in_conn.append(holes_pis[holes_pi_idx]);
 | 
			
		||||
						holes_pi_idx++;
 | 
			
		||||
					}
 | 
			
		||||
					holes_wb->setPort(port_id, in_conn);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue