From 17afd9e5e8b7e65a868324d8ab4934be9c30fa17 Mon Sep 17 00:00:00 2001 From: bbracker Date: Sat, 26 Jun 2021 07:19:51 -0400 Subject: [PATCH] temporarily disable PMP checking for EBU accesses. --- wally-pipelined/src/wally/wallypipelinedhart.sv | 1 + 1 file changed, 1 insertion(+) diff --git a/wally-pipelined/src/wally/wallypipelinedhart.sv b/wally-pipelined/src/wally/wallypipelinedhart.sv index e8064bcc..a77c3ab0 100644 --- a/wally-pipelined/src/wally/wallypipelinedhart.sv +++ b/wally-pipelined/src/wally/wallypipelinedhart.sv @@ -171,6 +171,7 @@ module wallypipelinedhart ( ahblite ebu( //.InstrReadF(1'b0), //.InstrRData(InstrF), // hook up InstrF later + .ISquashBusAccessF(1'b0), // *** temporary hack to disable PMP instruction fetch checking .WriteDataM(WriteDataM), .MemSizeM(Funct3M[1:0]), .UnsignedLoadM(Funct3M[2]), .Funct7M(InstrM[31:25]),