Skip to content

Commit

Permalink
Update core/commit_stage.sv
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and alex96295 committed Mar 5, 2024
1 parent fd1ce4b commit eff9be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/commit_stage.sv
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ module commit_stage
exception_o.tval = '0;
exception_o.tval2 = '0;
exception_o.tinst = '0;
exception_o.gva = 1'b0;
exception_o.priv_lvl = riscv::PRIV_LVL_M;
exception_o.gva = 1'b0;
exception_o.priv_lvl = riscv::PRIV_LVL_M;
exception_o.trap_to_v = 1'b0;

// we need a valid instruction in the commit stage
Expand Down

0 comments on commit eff9be5

Please sign in to comment.