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
- php
- github
- DATAPATH
- while
- DoM
- html
- MIPS
- MacOS
- instruction
- CSS
- XML
- web
- data structure
- Linux
- DB
- react
- mysql
- Pipelining
- architecture
- Java
- computer
- function
- system
- Class
- control
- for
- javascript
- python
- Algorithm
- DS
Archives
- Today
- Total
YYYEJI
[MIPS] 5 Step of Pipelining 본문
728x90
Pipelining Step
① Instruction fetch step (IF)
② Instruction decode/register fetch step (ID)
③ Execution/effective address step (EX)
④ Memory access (MEM)
⑤ Register write-back step (WB)
Q) 어떻게 만들어졌나?
A) 같은 instruction 길이, 조금의 instruction format,memory access는 조금만.
5개의 step을 그림으로 살펴보겠습니다.
• Single clock datapath를 기본으로 제작했습니다.
• Single clock datapath와 다른 점은 중간중간 register가 존재한다는 점입니다.
◡̈
'Computer architectures' 카테고리의 다른 글
[MIPS] lw Datapath (Pipelining) (0) | 2022.11.27 |
---|---|
[MIPS] R-type Datapath (Pipelining) (0) | 2022.11.27 |
[MIPS] Sequential Execution과 Parallel Execution (0) | 2022.11.12 |
[MIPS] Pipelining (0) | 2022.11.12 |
[MIPS] Multi Clock Cycle (0) | 2022.11.07 |