본문 바로가기
🚗 Major Study (Bachelor)/🟩 Computer Architecture

컴퓨터 구조 4.1

by UKHYUN22 2021. 10. 25.
728x90

논리설계 복습

Combinational circuitsequential circuit이 존재한다.

Combinational은 Output이 오직 Input 값에 의해서 정해지는 로직이다.

Sequential은 Output이 Input과 current State에 의해서 정해진다.

 

Combinational Circuit의 예

 

Clocked -  Asynchronous 한 것은 clock-edged trigger에 의해서 발생한다.

 

이러한 것은 Edge triggered methodoloy라고 부른다.

 

D-Latch는 clock 과 상관없이 Asynchronous 하게 Input 값이 변하는 것이고

(Clock 이 Active 되어있을 때 Input 값이 무조건적으로 반영된다.)

 

Flip-Flop은 clock이 trigger 됨에 따라 Synchronous 하게 Input 값이 변한다.