728x90
Sequential Logic Circuit(순차논리회로)
Sequential Logic Circuit(순차논리회로)는 디지털 회로의 한 종류로,
- 현재의 입력뿐만 아니라
- 이전 상태(과거 입력)에 따라 출력이 결정되는 회로를 가리킴.
이전 상태에 영향을 받는다는 점이
Combinational Logic Circuit과의 가장 큰 차이점임.

순차 논리 회로의 주요 특징
- 메모리 특성: 이전 상태를 기억하는 능력을 가지고 있어 "state memory circuit (or memory system)"라고도 불림.
- 기본 구성 요소:
- 플립플롭(Flip-Flop) 또는 래치(Latch)와 같은 Memory Elements
- Combinatorial Logic Circuit Elements (Gates, Mux 등)
- Clock Signal:
- 대부분의 Sequential Circuit 은 Synchronous Sequetial Circuit.
- 이는 Clock Signal에 맞추어 동작.
- State Diagram:
- state diagram (or state tables)로 표현 가능.
기본 유형
- 동기식 순차 회로(Synchronous): 모든 상태 변화가 클럭 신호에 맞춰 일어남.
- 비동기식 순차 회로(Asynchronous): 클럭 없이 입력 변화에 따라 상태가 즉시 변경됨.
Main Applications
- Counters
- Registers
- Memory (Element)
- Sequencers 및 Timers
- Finite State Machines
- 마이크로프로세서의 Control Unit
요약
Sequential Logic Circuit은
- Sequential System의 구현의 기초로 Dynamic System 에 속함.
- Digital System의 기초.
- Computer를 포함하여, 디지털 시계, 교통 신호 제어기, 자동 판매기 등 다양한 전자 장치에서 필수적인 역할을 수행.
같이 보면 좋은 자료들
2022.12.08 - [Computer/CE] - [CE] Combinatorial Circuit or Combinatorial Logic Circuit
[CE] Combinatorial Circuit or Combinatorial Logic Circuit
Combinatorial Logic (조합논리, 조합회로, Combinational Logic)"False(0)와 True(1)을 다루는 algebra(대수)인 Boolean algebra의 logic function을 구현한 것"이 바로 combinatorial circuit임.Combinational logic circuit 또는 combinationa
dsaint31.tistory.com
https://bme808.blogspot.com/2022/10/dynamic-system.html?q=dynamic
SS : Dynamic Systems and Instantaneous Systems
Dynamical System 특정 시간 에서 System의 출력이 이전의 과거의 입력과 출력에 영향을 받는 경우 , 해당 시스템을 dynamical system이라고 부름. Dynamical System (or Dynamic S...
bme808.blogspot.com
반응형
'Computer > CE' 카테고리의 다른 글
[Ex] CMRR 및 특정 CMRR에서의 최소 신호값 구하기. (0) | 2025.03.25 |
---|---|
[CE] 오늘날의 VLSI 분류 (0) | 2025.03.25 |
[CE] Linear Search, Naive Search, Brute Force Search (0) | 2024.11.16 |
[CE] Queue (1) | 2024.11.09 |
[CE] XML (eXtensible Markup Language) (0) | 2024.08.09 |