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]),