Skip to content

Commit

Permalink
trying to resolve segmented fault issue for 2 lane configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Gidha-Iftikhar committed Sep 6, 2023
1 parent 6fe9760 commit 8289037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardware/src/lane/valu.sv
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ module valu import ara_pkg::*; import rvv_pkg::*; import cf_math_pkg::idx_width;
// it produces only EEW/2 per cycle.
function automatic logic narrowing(ara_op_e op);
narrowing = 1'b0;
if (op inside {VNSRA, VNSRL})
if (op inside {VNSRA, VNSRL, , VNCLIP, VNCLIPU})
narrowing = 1'b1;
endfunction : narrowing

Expand Down

0 comments on commit 8289037

Please sign in to comment.