순차회로,sequential_circuit

번역들
순서회로
순서논리회로
...

Def. 외부에서 받은 입력과 현재 상태에 따라 출력이 결정되는 회로.
종류:
WtEn:sequential_circuit




Asynchronous sequential circuit
asynchronous sequential circuit
입력신호가 임의의 시간에 들어온다.
일반적으로 매우 설계하기 어렵다. 이유는 행동,behavior이 propagation_delay 및 timing of the input changes 에 크게 의존하기 때문

Synchronous sequential circuit
synchronous sequential circuit
입력신호는 discrete instants of time에 발생, governed by a timing device called clock_generator, which produce a periodic train of clock_pulses.
Storage elements are affected only upon the arrival of each pulse.
Clock pulses are applied with other signals that specify the change in storage elements