Unverified Commit db6c2f18 authored by danbone's avatar danbone Committed by GitHub
Browse files

Use MemoryAccessInfo instead of Inst for passing requests between caches and MSS (#144)



As part of #143 use MemoryAccessInfo as the standard transaction type
for making memory requests outside of the core, instead of instructions.

This paves way for adding an instruction cache, as well as prefetching
and more complicated memory subsystems where requests do not always
correspond to a particularly instruction.

Changes are minor, mostly just renaming.

Co-authored-by: default avatarDaniel Bone <daniel.bone@imgtec.com>
parent ce29ae25
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment