mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
The ifu now directly supports compressed without the icache providing the implemenation.
The icache still constains all the orignal muxing logic to handle spills. This should be removed.
This commit is contained in:
parent
324362eee5
commit
8c7638688b
@ -153,8 +153,10 @@ module ifu (
|
||||
STATE_SPILL_SPILL: begin
|
||||
SelSpill = 1;
|
||||
if(ICacheStallF | BusStall) begin
|
||||
NextState = STATE_SPILL_SPILL;
|
||||
SelNextSpill = 1;
|
||||
end
|
||||
if(ICacheStallF | BusStall | StallF) begin
|
||||
NextState = STATE_SPILL_SPILL;
|
||||
end else begin
|
||||
NextState = STATE_SPILL_READY;
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user