mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Typo for Y_WIDTH
This commit is contained in:
		
							parent
							
								
									a37574ccbf
								
							
						
					
					
						commit
						151c5c96c0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -190,7 +190,7 @@ module \$__mul (A, B, Y);
 | 
			
		|||
				.B_SIGNED(B_SIGNED),
 | 
			
		||||
				.A_WIDTH(A_WIDTH),
 | 
			
		||||
				.B_WIDTH(B_WIDTH-(n-1)*(`DSP_B_MAXWIDTH-sign_headroom)),
 | 
			
		||||
				.Y_WIDTH(partial_Y_WIDTH)
 | 
			
		||||
				.Y_WIDTH(last_Y_WIDTH)
 | 
			
		||||
			) mul_last (
 | 
			
		||||
				.A(A),
 | 
			
		||||
				.B(B[B_WIDTH-1 : (n-1)*(`DSP_B_MAXWIDTH-sign_headroom)]),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue