Skip to content
Snippets Groups Projects
Commit 85213240 authored by Alban Gruin's avatar Alban Gruin
Browse files

wt_icache: don't fallback to the TLB_MISS state when stalled in READ


Currently, when there is an I$ miss but the icache is locked in the READ
state, it would go in the TLB_MISS in the next cycle, which is useless.

This fixes this by setting the next state to READ when `stall_req_i' is
set in the case of a cache miss.

Signed-off-by: default avatarAlban Gruin <alban.gruin@irit.fr>
parent e9aecdec
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment