Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- python
- web
- MIPS
- CSS
- Algorithm
- instruction
- XML
- Java
- MacOS
- Linux
- php
- DS
- control
- DoM
- for
- DATAPATH
- system
- computer
- github
- Pipelining
- architecture
- mysql
- data structure
- javascript
- Class
- react
- html
- while
- function
- DB
Archives
- Today
- Total
YYYEJI
[MIPS] block, hit, miss (Memory Hierarchy) 본문
728x90
Block
Memory에서 cache memory로 data를 가져올 때 block 단위로 가져오게 된다.
hit
upper level에 access 했을 때 원하는 data가 있는 경우이다.
miss
upper level에 access 했을 때 원하는 data가 없는 경우이다.
◡̈
'Computer architectures' 카테고리의 다른 글
[MIPS] Data Mapping(Fully Associate) (0) | 2022.12.17 |
---|---|
[MIPS] Data Mapping(Direct Mapped) (0) | 2022.12.17 |
[MIPS] Memory hierarchy (locality) (0) | 2022.12.03 |
[MIPS] Performance (0) | 2022.11.28 |
[MIPS] Pipelining Hazard (0) | 2022.11.28 |