mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	cellmatch: Size the lut attribute
				
					
				
			This commit is contained in:
		
							parent
							
								
									1bf908dea8
								
							
						
					
					
						commit
						ec42b42bd9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -223,7 +223,7 @@ struct CellmatchPass : Pass {
 | 
			
		|||
				for (auto bit : outputs) {
 | 
			
		||||
					log_assert(bit.is_wire());
 | 
			
		||||
					bit.wire->attributes[ID(p_class)] = p_class(inputs.size(), luts[no]);
 | 
			
		||||
					bit.wire->attributes[ID(lut)] = luts[no++];
 | 
			
		||||
					bit.wire->attributes[ID(lut)] = Const(luts[no++], 1 << inputs.size());
 | 
			
		||||
				}
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue