diff --git a/hw/rtl/cache/VX_bank.v b/hw/rtl/cache/VX_bank.v index eaef2bee..4e4a9801 100644 --- a/hw/rtl/cache/VX_bank.v +++ b/hw/rtl/cache/VX_bank.v @@ -324,8 +324,8 @@ module VX_bank #( .reset (reset), `ifdef DBG_CACHE_REQ_INFO - .debug_pc_st1 (debug_pc_st1), - .debug_wid_st1 (debug_wid_st1), + .debug_pc (debug_pc_st1), + .debug_wid (debug_wid_st1), `endif .stall (crsq_stall),