summaryrefslogtreecommitdiff
path: root/rtl/core/cp15/fsr.sv
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/core/cp15/fsr.sv')
-rw-r--r--rtl/core/cp15/fsr.sv2
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;