From 83b734ed87ec1b31be3c4fc286f587c40da72c29 Mon Sep 17 00:00:00 2001 From: jon Date: Mon, 13 Jul 2020 18:20:56 +0100 Subject: [PATCH] Remove commented-out code. --- src_Core/RISCY_OOO/procs/RV64G_OOO/FetchStage.bsv | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src_Core/RISCY_OOO/procs/RV64G_OOO/FetchStage.bsv b/src_Core/RISCY_OOO/procs/RV64G_OOO/FetchStage.bsv index ae1ddb0..29360b7 100644 --- a/src_Core/RISCY_OOO/procs/RV64G_OOO/FetchStage.bsv +++ b/src_Core/RISCY_OOO/procs/RV64G_OOO/FetchStage.bsv @@ -645,10 +645,6 @@ module mkFetchStage(FetchStage); default: begin // Access fault cause = Valid (InstAccessFault); - // Without 'C' extension: - // Addr align32b_mask = 'h3; - // Addr align16b_mask = 'h1; - // tval = (getAddr(in.pc) & (~ align16b_mask)); `ifdef DEBUG_WEDGE lastImemReq <= 'hafafafafafafafaf; `endif @@ -657,11 +653,6 @@ module mkFetchStage(FetchStage); end else begin // TLB exception: record the request address - // Without 'C' extension: - // Addr align32b_mask = 'h3; - // tval = (in.pc & (~ align32b_mask)); - // Addr align16b_mask = 'h1; - // tval = (getAddr(in.pc) & (~ align16b_mask)); `ifdef DEBUG_WEDGE lastImemReq <= 'heeeeeeeeeeeeeeee; `endif