mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
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;
|
SelAdr = 2'b00;
|
||||||
ICacheReadEn = 1'b1;
|
ICacheReadEn = 1'b1;
|
||||||
if(IgnoreRequest) begin
|
if(IgnoreRequest) begin
|
||||||
|
SelAdr = 2'b01;
|
||||||
NextState = STATE_READY;
|
NextState = STATE_READY;
|
||||||
end else
|
end else
|
||||||
if(ITLBMissF) begin
|
if(ITLBMissF) begin
|
||||||
|
Loading…
Reference in New Issue
Block a user