Skip to content

Commit

Permalink
Update core/include/config_pkg.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
JeanRochCoulon and github-actions[bot] authored Jan 16, 2025
1 parent ac9f7d5 commit 6efc839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/include/config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ package config_pkg;
bit EnableAccelerator;
bit PerfCounterEn;
bit MmuPresent;
bit RVS; //Supervisor mode
bit RVU; //User mode
bit RVS; //Supervisor mode
bit RVU; //User mode
bit SoftwareInterruptEn;

logic [63:0] HaltAddress;
Expand Down

0 comments on commit 6efc839

Please sign in to comment.