You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor and document I-cache, fix tag calculation
- Rename I-cache structures from ic to icache to avoid ambiguity.
- Add explanations for instruction-cache definitions and masks, and align
the macro names with the terminology used in the comments.
- Fix tag calculation to use the precomputed tag rather than shifting the
physical address.
0 commit comments