From 5b26b5aa78dea120fa3aa7f37b093453a2b370ad Mon Sep 17 00:00:00 2001 From: roman022285 Date: Thu, 16 May 2024 16:27:49 +0300 Subject: [PATCH] add definitions to chack sheet --- docs/cache/cheat_sheet.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/cache/cheat_sheet.md b/docs/cache/cheat_sheet.md index c9d8f923..84405322 100644 --- a/docs/cache/cheat_sheet.md +++ b/docs/cache/cheat_sheet.md @@ -19,6 +19,7 @@ ## G ## H +- **Hit** : Requested data is in the cache. ## I @@ -31,6 +32,8 @@ ## M - **MB** : Merge buffer. Buffer that located inside the Transaction queue entry(TQ) used to merge CL of 128 width with shorter data like word, half word and bytes. - **Modified** : Modified data is data that been changed inside the cache and has not been stored back into far memory(FM) causing the far memory(FM) to be not updated. +- **Miss(Read)** : Requested data is not in the cache +- **Miss(Write)** : Core refers to an address that its data not in the cache meaning that we have to fill it first. ## N