순차회로,sequential_circuit

Difference between r1.2 and the current

@@ -1,5 +1,20 @@
#noindex
##====순차회로,sequential_circuit =,sequential_circuit 순차회로 sequential_circuit
번역들
순서회로
순서논리회로
...
 
Def. 외부에서 받은 입력과 현재 상태에 따라 출력이 결정되는 회로.
종류:
f/f [[플립플롭,flip-flop]]
[[래치,latch]]
[[카운터,counter]]
[[레지스터,register]]
RAM
CPU
...
WtEn:sequential_circuit

Cmp
@@ -9,8 +24,6 @@
[[회로,circuit]]
[[디지털회로,digital_circuit]]
[[순차논리,sequential_logic]]
[[플립플롭,flip-flop]]
[[래치,latch]]
[[메모리,memory]]
순차회로는 [[상태기계,state_machine]]의 일종?
[[클록신호,clock_signal]] - curr. [[클록,clock?action=highlight&value=clock_signal]]


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

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