mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-25 06:17:39 -04:00
Fix bug in splitted ALU
This commit is contained in:
parent
a10f68eb73
commit
fab22a7030
1 changed files with 2 additions and 1 deletions
|
@ -317,6 +317,7 @@ module riscv_alu_simplified_splitted
|
|||
if(~rst_n) begin
|
||||
adder_partial_result_Q <= 0;
|
||||
end else begin
|
||||
if (req_i)
|
||||
adder_partial_result_Q <= adder_partial_result_n;
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue