diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-10-18 04:00:03 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-10-18 04:00:03 -0600 |
| commit | 2a83b7a7119abd4c63acb5ea7d6849305e313aba (patch) | |
| tree | 1821870437038cdc747814dfbbe567f0c88fc2c8 /rtl/core/control/control.sv | |
| parent | ec44613770f3eb6ec7a978a56861b712c02987b6 (diff) | |
Support program counter in --dump-regs
Diffstat (limited to 'rtl/core/control/control.sv')
| -rw-r--r-- | rtl/core/control/control.sv | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
