mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
Fix bug in branch
This commit is contained in:
parent
e370f5010c
commit
e339efd56e
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ module riscv_decoder
|
|||
else begin
|
||||
// Calculate jump target in EX
|
||||
alu_op_a_mux_sel_o = OP_A_CURRPC;
|
||||
alu_op_b_mux_sel_o = OP_B_REGA_OR_FWD;
|
||||
alu_op_b_mux_sel_o = OP_B_IMM;
|
||||
imm_b_mux_sel_o = IMMB_SB;
|
||||
alu_operator_o = ALU_ADD;
|
||||
regfile_alu_we = 1'b0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue