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 |
Tags
- python
- data structure
- system
- for
- Java
- react
- mysql
- Pipelining
- MIPS
- javascript
- architecture
- DoM
- function
- Linux
- html
- XML
- Class
- control
- github
- instruction
- DATAPATH
- while
- CSS
- computer
- web
- Algorithm
- DS
- php
- MacOS
- DB
Archives
- Today
- Total
YYYEJI
[MIPS] Sequential Execution과 Parallel Execution 본문
728x90
하나씩 실행하는 Sequential Execution
① Single clock cycle
https://yyyeji.tistory.com/215
[MIPS] Single clock cycle 이란?
CPU를 제작할 때 instruction이 결정되면 datapath와 control unit이 결정됩니다. 이때 한 instruction이 실행되는 clock의 cycle 횟수를 뜻합니다. ① Single clock cycle → Instruction이 실행되는데 1 clock cycle만 필요
yyyeji.tistory.com
② Multi clock cycle
https://yyyeji.tistory.com/260
[MIPS] Multi Clock Cycle
Single clock cycle의 단점을 보안한 clock cycle입니다. single clock cycle의 문제점은 ① Floating point처럼 복잡한 지시는 어떻게 해결할까 ? ② 같은 기능을 하는 하드웨어가 많이 필요할까 ? 입니다. 그렇게
yyyeji.tistory.com
여러 개를 동시에 실행하는 Parallel Excution
① Pipelining
https://yyyeji.tistory.com/263
[MIPS] Pipelining
MIPS는 CPU의 Pipelining을 통해 성능을 높이고자 했습니다. Instruction이 한 Clock 당 하나씩 실행되는 것이 아니라 동시에 실행된다면 execution 시간이 줄 수 있지 않을까해서 나온게 Pipelining입니다. Pipeli
yyyeji.tistory.com
◡̈
'Computer architectures' 카테고리의 다른 글
[MIPS] R-type Datapath (Pipelining) (0) | 2022.11.27 |
---|---|
[MIPS] 5 Step of Pipelining (0) | 2022.11.27 |
[MIPS] Pipelining (0) | 2022.11.12 |
[MIPS] Multi Clock Cycle (0) | 2022.11.07 |
[MIPS] beq Control unit (Single-Clock) (0) | 2022.11.07 |