Merge branch 'LoadTagsImprove' into CHERI

This commit is contained in:
Peter Rugg
2022-11-14 13:28:44 +00:00
9 changed files with 46 additions and 38 deletions

View File

@@ -1518,7 +1518,7 @@ module mkMemExePipeline#(MemExeInput inIfc)(MemExePipeline);
dMem.procReq.req(ProcRq {
id: zeroExtend(lsqTag),
addr: addr,
toState: multicore ? S : E, // in case of single core, just fetch to E
toState: loadTags ? T : (multicore ? S : E), // in case of single core, just fetch to E
op: Ld,
byteEn: ?,
data: ?,