mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Oops
This commit is contained in:
		
							parent
							
								
									1fc50a03fc
								
							
						
					
					
						commit
						cba63fe72b
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -192,6 +192,7 @@ void pack_xilinx_simd(Module *module, const std::vector<Cell*> &selected_cells)
 | 
			
		|||
		SigSpec Y = lane->getPort("\\Y");
 | 
			
		||||
		A.extend_u0(24, lane->getParam("\\A_SIGNED").as_bool());
 | 
			
		||||
		B.extend_u0(24, lane->getParam("\\B_SIGNED").as_bool());
 | 
			
		||||
		C.append(A);
 | 
			
		||||
		AB.append(B);
 | 
			
		||||
		if (GetSize(Y) < 25)
 | 
			
		||||
			Y.append(module->addWire(NEW_ID, 25-GetSize(Y)));
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue