mem-ruby: Add missing transition for SLC writes to VIPER TCC (#894)

Bypassed write though requests on invalid lines in the TCC should be
written though to the directory. This transition was previously missing.

Change-Id: I16b117c4e085ce6be0ed5297aa0129d52cd35a51
This commit is contained in:
Matt Sinclair
2024-02-28 00:13:07 -06:00
committed by GitHub

View File

@@ -1106,7 +1106,7 @@ machine(MachineType:TCC, "TCC Cache")
st_stallAndWaitRequest;
}
transition(I, WrVicBlk) {TagArrayRead} {
transition(I, {WrVicBlk, WrVicBlkEvict}) {TagArrayRead} {
p_profileMiss;
wt_writeThrough;
p_popRequestQueue;