diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-12-11 17:28:03 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-12-16 16:29:09 -0600 |
| commit | d006be2e89aa493237f212811ee880ed8b54241b (patch) | |
| tree | b8b9c25536c6f3b42920d3f9666610396e8f2404 /rtl/core/cp15/far.sv | |
| parent | ff71bcd0c5425c168f111b8f4a92d0a90a6c9c31 (diff) | |
Implement MMU access checks
Diffstat (limited to 'rtl/core/cp15/far.sv')
| -rw-r--r-- | rtl/core/cp15/far.sv | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rtl/core/cp15/far.sv b/rtl/core/cp15/far.sv index 3d86151..9e1d95c 100644 --- a/rtl/core/cp15/far.sv +++ b/rtl/core/cp15/far.sv @@ -8,7 +8,6 @@ module core_cp15_far input logic load, transfer, - input cp_opcode op2, input word write, input logic fault_register, |
