mem-ruby: Add missing transition for SLC writes to VIPER TCC

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:
Daniel Kouchekinia
2024-02-08 21:13:19 -06:00
parent 1990186170
commit 6374697a20

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;