forked from Github_Repos/cvw
Fixed bug with the icache.
This commit is contained in:
parent
e0c310fea7
commit
35c5b9ad50
1
wally-pipelined/src/cache/icachefsm.sv
vendored
1
wally-pipelined/src/cache/icachefsm.sv
vendored
@ -129,6 +129,7 @@ module icachefsm
|
||||
SelAdr = 2'b00;
|
||||
ICacheReadEn = 1'b1;
|
||||
if(IgnoreRequest) begin
|
||||
SelAdr = 2'b01;
|
||||
NextState = STATE_READY;
|
||||
end else
|
||||
if(ITLBMissF) begin
|
||||
|
Loading…
Reference in New Issue
Block a user