본문 바로가기
Electronics/Digital Engineering

Ch 5-1 Sequential circuits

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

-Sequential circuit

output이 input과 전상태(현상태)의 작용으로 나오는 회로를 말한다.

전상태는 메모리 요소에 저장된다.

즉, Combinational circuit + Memory elements 로 구성는 회로이다.

 

그림1. Sequential circuit의 블록 다이어그램

 

-Two types of sequential circuit

sequential circuit 은 두 종류로 나눌 수 있다.

 

Synchronous VS Asynchronous

 

-Synchronous

신호가 들어은 것이 트리거가 되어 회로가 동시 다발적으로 작동한다. 병렬 연결이라고 생각할 수 있다.

정확도가 높아 시계 등의 정확성이 요구되는 회로에 사용되며, 회로가 비교적 복잡하다.

(그림2에서 알 수 있다.)

 

-Asynchronous

앞선 회로의 input이 트리거가 되어 회로가 순차적으로 작동한다. 도미노가 쓰러지는 느낌을 강조한다. 직렬 연결이라고 생각할 수 있다.

간단하게 회로를 만들 수 있지만, 정확도가 떨어진다. 엘리베이터 버튼 등의 간단한 작업을 요구하는 데에 쓰일 수 있다.

 

그림2. Synchronous 와 Asynchronous의 블록 다이어그램

 

참고 링크:

http://www.ee.surrey.ac.uk/Projects/CAL/seq-switching/synchronous_and_asynchronous_cir.htm

 

Synchronous and Asynchronous Circuits

Synchronous and Asynchronous Circuits  Classification Of Sequential Circuits Sequential circuits fall into two classes: synchronous and asynchronous.  In synchronous circuits the input are pulses (or levels and pulses) with certain restrictions on pulse

www.ee.surrey.ac.uk

 

728x90
반응형

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

Clock에 대한 이해  (0) 2023.09.28
Ch 5. Synchronous Sequential Logic  (0) 2023.09.14