From 2a83b7a7119abd4c63acb5ea7d6849305e313aba Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 18 Oct 2022 04:00:03 -0600 Subject: Support program counter in --dump-regs --- rtl/core/control/control.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl') diff --git a/rtl/core/control/control.sv b/rtl/core/control/control.sv index 3b1b797..e1bdbb8 100644 --- a/rtl/core/control/control.sv +++ b/rtl/core/control/control.sv @@ -70,7 +70,7 @@ module core_control word saved_base, mem_offset, vector; reg_num r_shift, final_rd, popped_upper, popped_lower, popped; reg_list mem_regs, next_regs_upper, next_regs_lower; - ptr pc, next_pc_visible; + ptr pc /*verilator public*/, next_pc_visible; assign stall = next_cycle != ISSUE || next_bubble; assign reg_mode = `MODE_SVC; //TODO -- cgit v1.2.3