mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	D is 25 bits not 24 bits wide
This commit is contained in:
		
							parent
							
								
									b88f0f6450
								
							
						
					
					
						commit
						c15a35db84
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -32,7 +32,7 @@ module \$__MUL25X18 (input [24:0] A, input [17:0] B, output [42:0] Y);
 | 
			
		|||
		.A({{5{A[24]}}, A}),
 | 
			
		||||
		.B(B),
 | 
			
		||||
		.C(48'b0),
 | 
			
		||||
		.D(24'b0),
 | 
			
		||||
		.D(25'b0),
 | 
			
		||||
		.P(P_48),
 | 
			
		||||
 | 
			
		||||
		.INMODE(5'b00000),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue