mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Fix check logic in extract_fa
This commit is contained in:
		
							parent
							
								
									87db41a2bb
								
							
						
					
					
						commit
						2b469e82a7
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -174,7 +174,7 @@ struct ExtractFaWorker
 | 
			
		|||
 | 
			
		||||
				SigSpec sig = root;
 | 
			
		||||
 | 
			
		||||
				if (ce.eval(sig)) {
 | 
			
		||||
				if (!ce.eval(sig)) {
 | 
			
		||||
					ce.pop();
 | 
			
		||||
					return;
 | 
			
		||||
				}
 | 
			
		||||
| 
						 | 
				
			
			@ -216,7 +216,7 @@ struct ExtractFaWorker
 | 
			
		|||
 | 
			
		||||
				SigSpec sig = root;
 | 
			
		||||
 | 
			
		||||
				if (ce.eval(sig)) {
 | 
			
		||||
				if (!ce.eval(sig)) {
 | 
			
		||||
					ce.pop();
 | 
			
		||||
					return;
 | 
			
		||||
				}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue