mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	aiger2: Fix open-coded constants
This commit is contained in:
		
							parent
							
								
									8c2d1a16d0
								
							
						
					
					
						commit
						598f6c9de9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -387,7 +387,7 @@ struct Index { | |||
| 					if (/* 4 input types */ cell->type.in(ID($_AOI4_), ID($_OAI4_))) | ||||
| 						d = visit(cursor, cell->getPort(ID::D)[obit]); | ||||
| 					else | ||||
| 						d = cell->type == ID($_AOI3_) ? 1 : 0; | ||||
| 						d = cell->type == ID($_AOI3_) ? CTRUE : CFALSE; | ||||
| 
 | ||||
| 					if (/* aoi */ cell->type.in(ID($_AOI3_), ID($_AOI4_))) | ||||
| 						return NOT(OR(AND(a, b), AND(c, d))); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue