diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-12-14 19:16:54 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-12-16 16:29:10 -0600 |
| commit | d2be560fa668cefcc5eff6b88180f12fec0c326e (patch) | |
| tree | 8f833227461f8f97c32c2635f4eab39f1c077d37 /rtl/core/cp15 | |
| parent | 8c06c97c81339f68e06ff465aac2d8b1f2da4e27 (diff) | |
Fix implementation of MMU access faults
Diffstat (limited to 'rtl/core/cp15')
| -rw-r--r-- | rtl/core/cp15/domain.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/core/cp15/domain.sv b/rtl/core/cp15/domain.sv index 92112be..de37de4 100644 --- a/rtl/core/cp15/domain.sv +++ b/rtl/core/cp15/domain.sv @@ -10,7 +10,7 @@ module core_cp15_domain input word write, output word read, - mmu_dac + mmu_dac /*verilator public*/ ); assign read = mmu_dac; |
