입력 측 데이터를 받아들여 이것을 다음 [[클록,clock]]이 주어지기까지 ... 보통 D형 [[플립플롭,flip-flop]]으로 구성 mkl [[입력,input]] [[출력,output]] = SR Latch = SR latch S : set R : reset 입력 S, R / 출력 Q, Q̅ 특성표 (q: 직전상태, Q: 현재상태, ×:금지) ||S||R||Q||Q̅|| ||0||0||q||q|| ||0||1||0||1|| ||1||0||1||0|| ||1||1||×||×|| 표 이렇게 작성하니 귀찮다 {{{ S R q | Q ------+--- 0 0 0 | 0 0 0 1 | 1 0 1 0 | 0 0 1 1 | 0 1 0 0 | 1 1 0 1 | 1 1 1 0 | × 1 1 1 | × }}} https://everything2.com/title/SR+Latch https://everything2.com/title/How+an+S-R+latch+can+destroy+the+universe = D Latch = D latch https://everything2.com/title/D+Latch = Videos = How Do Computers Remember? (2020) https://youtu.be/I0-izyq6q5s rel. [[메모리,memory]] ---- Similar, Compare: [[플립플롭,flip-flop]]과 비슷, 차이는 저 페이지 맨 앞 참조. Twins: http://foldoc.org/latch https://everything2.com/title/latch ---- Up: [[디지털시스템,digital_system]]