data width of multiplier ports has been modified in order to reduce ovreheads
This commit is contained in:
		
						commit
						69b80e4575
					
				| 
						 | 
					@ -103,7 +103,7 @@ trunc #(
 | 
				
			||||||
	 .diw	(A_width+C_width+1		)
 | 
						 .diw	(A_width+C_width+1		)
 | 
				
			||||||
	,.msb	(A_width+C_width-2		)
 | 
						,.msb	(A_width+C_width-2		)
 | 
				
			||||||
	,.lsb	(A_width+C_width-o_width-1	)
 | 
						,.lsb	(A_width+C_width-o_width-1	)
 | 
				
			||||||
) u_round1 (clk, rstn, en, Re_tmp, Re_trunc);
 | 
					) u_round1 (clk, rstn, en, Im_tmp, Re_trunc);
 | 
				
			||||||
trunc #(
 | 
					trunc #(
 | 
				
			||||||
	 .diw	(A_width+D_width+1		)
 | 
						 .diw	(A_width+D_width+1		)
 | 
				
			||||||
	,.msb	(A_width+D_width-2		)
 | 
						,.msb	(A_width+D_width-2		)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue