Skip to content

Commit

Permalink
[hardware] 🐛 Fix eew_q update during reshuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 committed Jun 18, 2024
1 parent 3d76416 commit 0eb5a76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hardware/src/ara_dispatcher.sv
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,9 @@ module ara_dispatcher import ara_pkg::*; import rvv_pkg::*; #(
rs_lmul_cnt_limit_d = rs_lmul_cnt_limit_q;
rs_mask_request_d = 1'b0;

// Every single reshuffle request refers to LMUL == 1
ara_req_d.emul = LMUL_1;

// vstart is always 0 for a reshuffle
ara_req_d.vstart = '0;

Expand Down

0 comments on commit 0eb5a76

Please sign in to comment.