From c67d424c6d130f810c251576fd55389d1385edb5 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 12 Dec 2022 11:47:02 -0600 Subject: Show main cp15 registers in register dumps --- rtl/core/cp15/fsr.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/core/cp15/fsr.sv') 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; -- cgit v1.2.3