Skip to content

Gates

Combinatorial Logic(조합논리) Circuit의 Boolean Function들을 구현한 H/W.

보통 IC 로 구현되지만,

  • Transistor로 구현 할 수도 있으며
  • FPGA에서는 아예 HDL을 통해 programming 형태로 이용 할 수 있도록 제공되기도 함.

다음 URL은 Transistor로 Gate를 구현하는 간단한 예를 보여줌.



Combinatorial Logic Circuit

Combinatorial Logic Circuit은

  • 일종의 Instantaneous System이며
  • Boolean Algebra의 Logic Functions을 구현한 것

임.

Memory가 있는 Sequential Logic Circuit과 구분됨.



관련 내용.

Combinatorial Logic Circuit에 대한 이번 장에서는

  • 전에 다룬 Boolean algebra를 기반으로,
  • Combinatorial Logic을 구현할 때 고려해야하는 Noise에 대한 처리 방법
  • Propagation Delay,
  • Output 방식 등을 아주 간략히 다룬다.

디지털회로디지털회로실습, 또는 Microprocessor 등에 대해 공부할 때 보다 자세히 다루게 되는 내용들을 대략적으로 소개하는 수준임.



관련 URLs