data width of multiplier ports has been modified in order to reduce ovreheads

This commit is contained in:
dada 2025-03-12 22:30:22 +08:00
commit 69b80e4575
1 changed files with 1 additions and 1 deletions

View File

@ -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 )