mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-23 05:27:30 -04:00
Merge branch 'master' into 'sv-packages'
Fixed misalignment memory access See merge request !2
This commit is contained in:
commit
7f8389cb40
1 changed files with 2 additions and 0 deletions
|
@ -969,6 +969,8 @@ module riscv_decoder
|
|||
// if post increments are used, we must make sure that for
|
||||
// the second memory access we do use the adder
|
||||
prepost_useincr_o = 1'b1;
|
||||
// we do not want to replicate operand_b
|
||||
scalar_replication_o = 1'b0;
|
||||
end else if (mult_multicycle_i) begin
|
||||
alu_op_c_mux_sel_o = OP_C_REGC_OR_FWD;
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue