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
- system
- instruction
- DB
- DS
- CSS
- python
- Algorithm
- web
- function
- Pipelining
- DoM
- github
- Class
- XML
- control
- Linux
- Java
- for
- mysql
- DATAPATH
- php
- MacOS
- architecture
- computer
- data structure
- while
- MIPS
- javascript
- react
- html
Archives
- Today
- Total
YYYEJI
[MIPS] Single clock cycle 이란? 본문
728x90
CPU를 제작할 때 instruction이 결정되면 datapath와 control unit이 결정됩니다.
이때 한 instruction이 실행되는 clock의 cycle 횟수를 뜻합니다.
① Single clock cycle
→ Instruction이 실행되는데 1 clock cycle만 필요
↑↑↑ Red clock cycle ↑↑↑
② Multi clock cycle
→ Instruction이 실행되는데 여러 clock cycle만 필요
↑↑↑ Yellow clock cycle ↑↑↑
◡̈
'Computer architectures' 카테고리의 다른 글
[MIPS] RTL 이란? (0) | 2022.10.31 |
---|---|
[MIPS] Instruction 실행하는 기본 순서 (0) | 2022.10.31 |
[MIPS] CPU의 Edge Triggered (0) | 2022.10.30 |
[MIPS] D-latch란? (0) | 2022.10.30 |
[MIPS] Combinational circuit과 Sequential circuit의 차이점 (0) | 2022.10.29 |