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 |
Tags
- github
- while
- web
- php
- javascript
- architecture
- MIPS
- CSS
- instruction
- DoM
- system
- python
- html
- data structure
- computer
- XML
- Algorithm
- Java
- DATAPATH
- mysql
- Linux
- react
- for
- MacOS
- Pipelining
- function
- Class
- control
- DS
- DB
Archives
- Today
- Total
YYYEJI
[MIPS] R-type Datapath (Pipelining) 본문
728x90
① Instruction fetch step (IF)
② Instruction decode/register fetch step (ID)
③ Execution/effective address step (EX)
④ Memory access (MEM)
XXX
R-type은 Memory access를 하지 않습니다.
⑤ Register write-back step (WB)
R-type의 datapath에서 Corrected datapath를 필요로 합니다.
https://yyyeji.tistory.com/283
◡̈
'Computer architectures' 카테고리의 다른 글
[MIPS] sw Datapath (Pipelining) (0) | 2022.11.27 |
---|---|
[MIPS] lw Datapath (Pipelining) (0) | 2022.11.27 |
[MIPS] 5 Step of Pipelining (0) | 2022.11.27 |
[MIPS] Sequential Execution과 Parallel Execution (0) | 2022.11.12 |
[MIPS] Pipelining (0) | 2022.11.12 |