본문 바로가기
csapp

4.2 Logic Design and the Hardware Control Language HCL

by 정구지개발자 2023. 5. 3.
728x90

  • 하드웨어 디자인에서,  전자회로는 비트로되어진 함수를 계산하거나 메모리의요소와는 다른종류로서의 비트를 저장하곤한다.
  • 1 의미 == voltage 1.0volts 의미
  • 0 의미 == 0.0volts 의미

 

4.2.1 Logic Gates

  • 논리 회로는 digital circuits를 기본적으로 계산하는 요소이다.
  • 위의 그림은 input a,b 둘다 비트가 1일 경우 == output 1
  •                              a,b 둘다 비트가 0일 경우 == output  1

 

4.2.2 Combinational Circuits and HCL Boolean Expressions

  • Every logic gate input must be connected to exactly one of the following: (1) one of the system inputs (known as a primary input), (2) the output connection of some memory element, or (3) the output of some logic gate.
  • The outputs of two or more logic gates cannot be connected together
  • The network must be acyclic.
728x90

'csapp' 카테고리의 다른 글

4.2.5 Memory and Clocking  (0) 2023.05.04
4.2.2 Combinational Circuits and HCL Boolean Expressions  (0) 2023.05.03
4.1 The Y86-64 Instruction Set Architecture  (0) 2023.05.02
Stack Corruption Detection  (0) 2023.04.28
3.9.2 Unions  (0) 2023.04.22

댓글