Skip to content

Commit

Permalink
Connect clear in serdiv.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed May 12, 2024
1 parent bff2088 commit c92fe3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/mult.sv
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ module mult
) i_div (
.clk_i (clk_i),
.rst_ni (rst_ni),
.clear_i (clear_i),
.id_i (fu_data_i.trans_id),
.op_a_i (operand_a),
.op_b_i (operand_b),
Expand Down

0 comments on commit c92fe3f

Please sign in to comment.