diff options
Diffstat (limited to 'src/mem/ruby/protocol/MOESI_CMP_token-L1cache.sm')
-rw-r--r-- | src/mem/ruby/protocol/MOESI_CMP_token-L1cache.sm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mem/ruby/protocol/MOESI_CMP_token-L1cache.sm b/src/mem/ruby/protocol/MOESI_CMP_token-L1cache.sm index 960afda33..17c518a10 100644 --- a/src/mem/ruby/protocol/MOESI_CMP_token-L1cache.sm +++ b/src/mem/ruby/protocol/MOESI_CMP_token-L1cache.sm @@ -695,7 +695,6 @@ machine(MachineType:L1Cache, "Token protocol") in_msg.LineAddress, L1Icache_entry, tbe); } else { // No room in the L1, so we need to make room - trigger(Event:L1_Replacement, Addr victim := L1Icache.cacheProbe(in_msg.LineAddress); trigger(Event:L1_Replacement, victim, getL1ICacheEntry(victim), L1_TBEs[victim]); |