diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-12-12 11:47:02 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-12-16 16:29:10 -0600 |
| commit | c67d424c6d130f810c251576fd55389d1385edb5 (patch) | |
| tree | b274f3f80d0d06457696a53b35bb98bbfe572035 /rtl/core/cp15/fsr.sv | |
| parent | 79e05aa7f0ccce6eb26248ddef3e928727857a9c (diff) | |
Show main cp15 registers in register dumps
Diffstat (limited to 'rtl/core/cp15/fsr.sv')
| -rw-r--r-- | rtl/core/cp15/fsr.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/core/cp15/fsr.sv b/rtl/core/cp15/fsr.sv index c42d16a..81b4992 100644 --- a/rtl/core/cp15/fsr.sv +++ b/rtl/core/cp15/fsr.sv @@ -16,7 +16,7 @@ module core_cp15_fsr input mmu_fault_type fault_type, input mmu_domain fault_domain, - output word read + output word read /*verilator public*/ ); logic fsr_page; |
