일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- 스프링부트개발
- 컴퓨터공학
- Git
- CA
- 코멘토취업
- 컴공
- 코드잇
- 졸업영어
- 깃컨벤션
- 깃충돌
- MIPS
- Python
- 컴퓨터공학과
- 개발자
- 방학
- 개발
- computerarchitecture
- codeit
- gitconvetion
- JS
- 제품증정 #에스트라 #에스트라퓨처랩서포터즈 #리제덤아이세럼 #더마아이세럼 #레티노이드아이세럼
- 백엔드
- .env파일
- 코드잇파이썬
- 파이썬
- 코멘토5주인턴
- 소프트웨어
- 스프링장점
- 컴퓨터구조
- 말하기시험
- Today
- Total
목록CA (2)
sollog

오늘은 컴퓨터구조에서 발생하는 hazard에 대한 내용을 다루고자한다. 딱 들었을때 단어의 어감이 어떤가? 별로다! 맞다. 하자드는 다음 인스트럭션이 실행할 수 없을때 발생하는 녀석이다. 따라서 위험하다. Hazard : The situation when the next instruction cannot be excuted in the following clock cycle. 1. Structural Hazard (구조적인 문제) - Hardware cannot support combination of instruction. 하드웨어가 인스트럭션 결합에 지지를 할 수 없을때 EX) The instruction and data should be fetched from the memory at the sam..

Building DataPath datapath for The instruction is executed in one clock cycle in single clock cycle CPU instruction이 한 번 실행되는데 한 clock cycle이 필요함 상대되는 개념 single clock cycle multi clock cycle (but, 교과서에는 없음) The Processor : Datapath & Control implementation of the MIPS // 응응 당연하지 나 지금 밉스배워,,, * Simlified to contain only : - memory-reference instructions(메모리 접근): lw, sw - arthmetic-logical instruc..