From 78e8598ec89c4d288a058b1a4404a5f883465309 Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Thu, 19 Jan 2023 17:28:00 -0600 Subject: [PATCH] Added comment about needed changes in BTB. --- pipelined/src/ifu/BTBPredictor.sv | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelined/src/ifu/BTBPredictor.sv b/pipelined/src/ifu/BTBPredictor.sv index 9e46858e2..ba5fe374a 100644 --- a/pipelined/src/ifu/BTBPredictor.sv +++ b/pipelined/src/ifu/BTBPredictor.sv @@ -99,6 +99,7 @@ module BTBPredictor // *** need to add forwarding. // *** optimize for byte write enables + // *** switch to ram2p1r1wbefix ram2p1r1wb #(Depth, `XLEN+4) memory(.clk(clk), .reset(reset), .ra1(LookUpPCIndex),