mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 13:47:13 -04:00
Verible
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
20f8c41d4a
commit
c2f400276c
1 changed files with 1 additions and 1 deletions
|
@ -1612,7 +1612,7 @@ module decoder
|
|||
instruction_o.ex.cause = (CVA6Cfg.RVH && v_i) ? riscv::ENV_CALL_VSMODE : riscv::ENV_CALL_SMODE;
|
||||
end else if (priv_lvl_i == riscv::PRIV_LVL_U && CVA6Cfg.RVU) begin
|
||||
instruction_o.ex.cause = riscv::ENV_CALL_UMODE;
|
||||
// we are in M-mode
|
||||
// we are in M-mode
|
||||
end else begin
|
||||
instruction_o.ex.cause = riscv::ENV_CALL_MMODE;
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue