mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
temporarily disable PMP checking for EBU accesses.
This commit is contained in:
parent
59b2a49854
commit
aa8da43743
@ -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]),
|
||||
|
Loading…
Reference in New Issue
Block a user