Skip to content

Commit

Permalink
add definitions to chack sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
roman012285 committed May 16, 2024
1 parent b5939e7 commit 5b26b5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/cache/cheat_sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
## G

## H
- **Hit** : Requested data is in the cache.

## I

Expand All @@ -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

Expand Down

0 comments on commit 5b26b5a

Please sign in to comment.