mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	portarcs: Fix confusing disconnected and zero-delay case
This commit is contained in:
		
							parent
							
								
									2c66557d22
								
							
						
					
					
						commit
						f4f65493a1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -203,7 +203,7 @@ struct PortarcsPass : Pass {
 | 
				
			||||||
			for (auto bit : outputs) {
 | 
								for (auto bit : outputs) {
 | 
				
			||||||
				int *p = annotations.at(canonical_bit(bit));
 | 
									int *p = annotations.at(canonical_bit(bit));
 | 
				
			||||||
				for (int i = 0; i < inputs.size(); i++)
 | 
									for (int i = 0; i < inputs.size(); i++)
 | 
				
			||||||
					p[i] = 0;
 | 
										p[i] = -1;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			for (int i = 0; i < ordering.size(); i++) {
 | 
								for (int i = 0; i < ordering.size(); i++) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue