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
- php
- MIPS
- function
- DATAPATH
- Algorithm
- DB
- system
- Java
- for
- Pipelining
- javascript
- data structure
- control
- web
- github
- instruction
- CSS
- XML
- DoM
- Linux
- computer
- Class
- while
- mysql
- architecture
- python
- react
- html
- DS
Archives
- Today
- Total
YYYEJI
[MIPS] CPU의 Edge Triggered 본문
728x90
Edge triggered 실행방법
① State element의 값들이 읽는다.
② Combinational logic을 통해서 값들이 흘러간다.
③ Clock이 1일 때, 새로운 값들이 state element에 업데이트된다.
• 어떤 값이 f.f에 쓰여지기 위해 state element(f.f) 전에서 대기하고 있다.
• Clock이 1로 바뀌면 값들이 state element에 저장된다.
• Combinational logic의 영향을 받은 값들이 그대로 흘러서 f.f 전에 새로운 값들이 대기하고 있다.
Cycle time
• Cycle time ↓, Frequency ↑, Execute time ↓
• Cycle time ↑, Frequency ↓, Execute time ↑
Note) Clock cycle time은 propagation delay보다 길어야한다.
◡̈
'Computer architectures' 카테고리의 다른 글
[MIPS] Instruction 실행하는 기본 순서 (0) | 2022.10.31 |
---|---|
[MIPS] Single clock cycle 이란? (0) | 2022.10.31 |
[MIPS] D-latch란? (0) | 2022.10.30 |
[MIPS] Combinational circuit과 Sequential circuit의 차이점 (0) | 2022.10.29 |
[MIPS] Floating point number in MIPS (0) | 2022.10.20 |