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/syscfg.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/core/cp15/syscfg.sv') diff --git a/rtl/core/cp15/syscfg.sv b/rtl/core/cp15/syscfg.sv index d75f7ac..f7fc1a5 100644 --- a/rtl/core/cp15/syscfg.sv +++ b/rtl/core/cp15/syscfg.sv @@ -11,7 +11,7 @@ module core_cp15_syscfg input cp_opcode op2, input word write, - output word read, + output word read /*verilator public*/, output logic high_vectors, mmu_enable ); -- cgit v1.2.3