diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-12-16 22:20:01 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-12-16 22:20:26 -0600 |
| commit | 9ebb4b712e1d6c97a999652d0b9105847eabd134 (patch) | |
| tree | 0526b6d473ccb1652033613477ad1e8cae034c24 /rtl/core/arm810.sv | |
| parent | 17366ce06afe0a611ba25a47523c81b01c64961c (diff) | |
Implement mode privilege checks in MMU
Diffstat (limited to 'rtl/core/arm810.sv')
| -rw-r--r-- | rtl/core/arm810.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/core/arm810.sv b/rtl/core/arm810.sv index 569b973..c0e717f 100644 --- a/rtl/core/arm810.sv +++ b/rtl/core/arm810.sv @@ -89,7 +89,7 @@ module arm810 ); word cpsr_rd, spsr_rd, psr_wr; - logic psr_write, psr_saved, update_flags, psr_wr_flags, psr_wr_control; + logic psr_write, psr_saved, update_flags, psr_wr_flags, psr_wr_control, privileged; psr_mode mode; psr_flags flags; psr_intmask intmask; |
