mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Merge branch 'YosysHQ:main' into main
This commit is contained in:
		
						commit
						d63c793e72
					
				
					 4 changed files with 1 additions and 874 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