forked from Github_Repos/cvw
Removed combinational loops between icache and PMA checker.
This commit is contained in:
parent
19a93345b5
commit
cdb602c9ce
@ -238,7 +238,7 @@ module icachecontroller #(parameter LINESIZE = 256) (
|
||||
assign PCNextIndexF = PCPFinalF;
|
||||
|
||||
// truncate the offset from PCPF for memory address generation
|
||||
assign PCPTrunkF = PCPFinalF[`XLEN-1:OFFSETWIDTH];
|
||||
assign PCPTrunkF = PCTagF[`XLEN-1:OFFSETWIDTH];
|
||||
|
||||
// Detect if the instruction is compressed
|
||||
assign CompressedF = FinalInstrRawF[1:0] != 2'b11;
|
||||
|
Loading…
Reference in New Issue
Block a user