YYYEJI

[MIPS] 5 Step of Pipelining 본문

Computer architectures

[MIPS] 5 Step of Pipelining

YEJI ⍢ 2022. 11. 27. 22:13
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