Pass forwarded rs1 value to the branch target mux
This commit is contained in:
parent
bd0a56118d
commit
0c79ae6fc5
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ module rv32_execute (
|
|||
|
||||
/* data in */
|
||||
.pc_in(pc_in),
|
||||
.rs1_value_in(rs1_value_in),
|
||||
.rs1_value_in(rs1_value),
|
||||
.imm_in(imm_in),
|
||||
|
||||
/* data out */
|
||||
|
|
|
|||
Loading…
Reference in a new issue