Computer Architecture 31

[컴퓨터 구조] Pipelined Control

앞의 글을 읽으시면 이해에 도움이 됩니다. 2022.11.16 - [Computer Science/컴퓨터 구조] - [컴퓨터 구조] Pipelined Datapath [컴퓨터 구조] Pipelined Datapath 앞의 글을 읽으시면 이해에 도움이 됩니다. 2022.11.01 - [Computer Science/컴퓨터 구조] - [컴퓨터 구조] Basic Implementation of the RISC-V (RISC-V의 기본적인 구현) [컴퓨터 구조] Basic Implementation of the RISC-V (RISC-V hi-guten-tag.tistory.com 1. Pipelined Control 이제 기본적인 DataPath는 보았으니, 살을 붙입시다. 처음은 Control 신호입니다. ..

[컴퓨터 구조] Pipelined Datapath

앞의 글을 읽으시면 이해에 도움이 됩니다. 2022.11.01 - [Computer Science/컴퓨터 구조] - [컴퓨터 구조] Basic Implementation of the RISC-V (RISC-V의 기본적인 구현) [컴퓨터 구조] Basic Implementation of the RISC-V (RISC-V의 기본적인 구현) 앞의 글을 읽으시면 이해에 도움이 됩니다. 2022.09.24 - [Computer Science/컴퓨터 구조] - [컴퓨터 구조] Assembly Language (컴퓨터의 언어 - 어셈블리어) [컴퓨터 구조] Assembly Language (컴퓨터의 언어 - 어셈블 hi-guten-tag.tistory.com 2022.11.10 - [Computer Science/컴..

[컴퓨터 구조] Control Hazard

앞의 글을 읽으시면 이해에 도움이 됩니다. 2022.11.10 - [Computer Science/컴퓨터 구조] - [컴퓨터 구조] Hazard [컴퓨터 구조] Hazard 앞의 글을 읽으시면 이해에 도움이 됩니다. 2022.11.10 - [Computer Science/컴퓨터 구조] - [컴퓨터 구조] Pipelining [컴퓨터 구조] Pipelining 앞의 글을 읽으시면 이해에 도움이 됩니다. 2022.11.01 - [Computer Scienc hi-guten-tag.tistory.com 목차 더보기 1. Control Hazard 2. 해결법 3. Prediction 4. Dynamic Branch Prediction 1. Control Hazard 마지막 Hazard는 Control Haza..

[컴퓨터 구조] Data Hazard

앞의 글을 읽으시면 이해에 도움이 됩니다. 2022.11.10 - [Computer Science/컴퓨터 구조] - [컴퓨터 구조] Hazard [컴퓨터 구조] Hazard 앞의 글을 읽으시면 이해에 도움이 됩니다. 2022.11.10 - [Computer Science/컴퓨터 구조] - [컴퓨터 구조] Pipelining [컴퓨터 구조] Pipelining 앞의 글을 읽으시면 이해에 도움이 됩니다. 2022.11.01 - [Computer Scienc hi-guten-tag.tistory.com 목차 더보기 1. Data Hazard 2. 해결법 3. Load-Use Data Hazard 1. Data Hazard Data Hazard는 어떤 stage가 다른 stage가 끝날 때까지 기다려야 하기 때..

[컴퓨터 구조] Structural Hazard

앞의 글을 읽으시면 이해에 도움이 됩니다. 2022.11.10 - [Computer Science/컴퓨터 구조] - [컴퓨터 구조] Hazard [컴퓨터 구조] Hazard 앞의 글을 읽으시면 이해에 도움이 됩니다. 2022.11.10 - [Computer Science/컴퓨터 구조] - [컴퓨터 구조] Pipelining [컴퓨터 구조] Pipelining 앞의 글을 읽으시면 이해에 도움이 됩니다. 2022.11.01 - [Computer Scienc hi-guten-tag.tistory.com 목차 더보기 1. Structural Hazard 2. 해결법 1. Structural Hazard 첫 번째 Hazard는 Structural Hazard입니다. Structural Hazard는 어떤 reso..

[컴퓨터 구조] Hazard

앞의 글을 읽으시면 이해에 도움이 됩니다. 2022.11.10 - [Computer Science/컴퓨터 구조] - [컴퓨터 구조] Pipelining [컴퓨터 구조] Pipelining 앞의 글을 읽으시면 이해에 도움이 됩니다. 2022.11.01 - [Computer Science/컴퓨터 구조] - [컴퓨터 구조] Basic Implementation of the RISC-V (RISC-V의 기본적인 구현) [컴퓨터 구조] Basic Implementation of the RISC-V (RISC-V hi-guten-tag.tistory.com Hazard의 종류와 해결법에 대해 자세히 설명한 글입니다. Structral Hazard 2022.11.10 - [Computer Science/컴퓨터 구조]..

[컴퓨터 구조] Pipelining

앞의 글을 읽으시면 이해에 도움이 됩니다. 2022.11.01 - [Computer Science/컴퓨터 구조] - [컴퓨터 구조] Basic Implementation of the RISC-V (RISC-V의 기본적인 구현) [컴퓨터 구조] Basic Implementation of the RISC-V (RISC-V의 기본적인 구현) 앞의 글을 읽으시면 이해에 도움이 됩니다. 2022.09.24 - [Computer Science/컴퓨터 구조] - [컴퓨터 구조] Assembly Language (컴퓨터의 언어 - 어셈블리어) [컴퓨터 구조] Assembly Language (컴퓨터의 언어 - 어셈블 hi-guten-tag.tistory.com 목차 더보기 1. Pipelining 2. Stage 3...

[컴퓨터 구조] Basic Implementation of the RISC-V (RISC-V의 기본적인 구현)

앞의 글을 읽으시면 이해에 도움이 됩니다. 2022.09.24 - [Computer Science/컴퓨터 구조] - [컴퓨터 구조] Assembly Language (컴퓨터의 언어 - 어셈블리어) [컴퓨터 구조] Assembly Language (컴퓨터의 언어 - 어셈블리어) 앞의 글을 읽으시면 이해에 도움이 됩니다. 2022.09.23 - [Computer Science/컴퓨터 구조] - [컴퓨터 구조] Introduction to Computre Architecture (컴퓨터 구조의 소개) [컴퓨터 구조] Introduction to Computer Architecture (컴 hi-guten-tag.tistory.com 2022.10.01 - [Computer Science/컴퓨터 구조] - [컴..

[컴퓨터 구조] Division

앞의 글을 읽으시면 이해에 도움이 됩니다. 2022.10.22 - [Computer Science/컴퓨터 구조] - [컴퓨터 구조] Add, Sub, OverFlow [컴퓨터 구조] Add, Sub, OverFlow 1. Addition bit에서의 덧셈은 십진수의 덧셈과 매우 흡사합니다. 예를 들어 7 + 6 = 10 + 3이 되는 것처럼 10이라는 carry가 발생하게 됩니다. 2. Subtraction 7 - 6은 7 + (-6)과 마찬가지입니다. 따라서 bit.. hi-guten-tag.tistory.com 2022.10.22 - [Computer Science/컴퓨터 구조] - [컴퓨터 구조] Multiplication [컴퓨터 구조] Multiplication 앞의 글을 읽으시면 이해에 도움이..

[컴퓨터 구조] Floating Point

1. Floating Point Floating Point, 부동 소수점 또한 이진수로 표현이 되는데, 그전에 10진수에 대해 먼저 적겠습니다. 일반적으로 100은 \(10^2\)라고 봅니다. 하지만 scientific notation에서는 이를 \(1*10^2\)으로 표현합니다. 또는 223을 \(2.23 * 10^2\)으로 표현합니다. 이렇게 제일 앞글자만 남기고 뒤를 지수로 표현하는 방법이 scientific notation이라고 하고, 이를 normalized 되었다고 표현합니다. 이진수도 마찬가지인데, 이진수 또한. \(\pm 1.xxxxx_{(2)} * 2^{yyyy}\)으로 표현합니다. 수의 맨 앞은 1로 놔두고, 뒤의 x는 fraction, y는 exponent라고 합니다. 이처럼 poin..