본문 바로가기
Electronics/Digital Engineering

Ch 5. Synchronous Sequential Logic

by 한PU 2023. 9. 14.
728x90
반응형

회로는 크게 두 분류로 나눌 수 있다.

Analog 회로와 Digital 회로

 

많은 비교점이 존재하지만, input과 Transister의 역할로 구분할 수 있다.

 

  Analog Digital
input 0 ~ 9 0 or 1
Transister Amplifier Switcher

Digital Engineering 과목에선 당연히 Digital 회로에 초점을 맞춘다.

 

Digital 회로 또한 두 분류로 나눌 수 있다.

Combinational circuit 과 Sequential circuit

 

Combinational circuit은 input 과 output 사이의 delay가 [ns] 단위로 지연된다.

Sequential circuit은 memory가 추가되어 신호를 저장할 수 있다.

 

Sequential circuit 에서도 두 분류로 나눌 수 있는데, Synchronous 와 Asynchronous 이다.

 

Synchronous (동기식) 회로는 정확도가 높은대신 복잡한 작동을 이룬다. 한번에 스위치를 키고 끄는 느낌이다.

Asynchronous (비동기식) 회로는 정확도가 낮은 대신 간단한 작동을 이룬다. 도미노를 쓰러트리는 느낌이다.

 

Ch 5는 Synchronous sequential logic의 전반적인 이해와 Flip-Flop에 대한 이해를 다룰 예정이다.

아래는 필기 노트

 

 

다음 포스트 링크:

https://han-pu.tistory.com/entry/Ch-5-1-Sequential-circuits

728x90
반응형

'Electronics > Digital Engineering' 카테고리의 다른 글

Clock에 대한 이해  (0) 2023.09.28
Ch 5-1 Sequential circuits  (0) 2023.09.14