Merge branch 'CHERI' into jdw57-512axi

This commit is contained in:
Jonathan Woodruff
2022-11-14 14:51:54 +00:00
9 changed files with 44 additions and 36 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: ?,