From 397245139af754af07e61a10a91fdc9b9e72153f Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 12 Dec 2022 13:19:18 -0600 Subject: Fix sysctrl register dump --- rtl/core/cp15/syscfg.sv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rtl/core') diff --git a/rtl/core/cp15/syscfg.sv b/rtl/core/cp15/syscfg.sv index f7fc1a5..5bd2530 100644 --- a/rtl/core/cp15/syscfg.sv +++ b/rtl/core/cp15/syscfg.sv @@ -11,14 +11,14 @@ module core_cp15_syscfg input cp_opcode op2, input word write, - output word read /*verilator public*/, + output word read, output logic high_vectors, mmu_enable ); logic dcache_enable, icache_enable; - cp15_syscfg_ctrl ctrl, write_ctrl; + cp15_syscfg_ctrl ctrl /*verilator public*/, write_ctrl; assign write_ctrl = write; -- cgit v1.2.3