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