diff --git a/src_Core/RISCY_OOO/procs/RV64G_OOO/FetchStage.bsv b/src_Core/RISCY_OOO/procs/RV64G_OOO/FetchStage.bsv index 7ab1e72..a99974a 100644 --- a/src_Core/RISCY_OOO/procs/RV64G_OOO/FetchStage.bsv +++ b/src_Core/RISCY_OOO/procs/RV64G_OOO/FetchStage.bsv @@ -970,7 +970,7 @@ module mkFetchStage(FetchStage); , Dii_Parcel_Id dii_pid `endif ); - //if (verbose) + if (verbose) $display("Redirect: newpc %h, old f_main_epoch %d, new f_main_epoch %d, specBits %x",new_pc,f_main_epoch,f_main_epoch+1, specBits); pc_reg[pc_redirect_port] <= new_pc; `ifdef RVFI_DII