728x90
논리설계 복습
Combinational circuit 과 sequential 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 값이 변한다.
'🚗 Major Study (Bachelor) > 🟩 Computer Architecture' 카테고리의 다른 글
컴퓨터 구조 5_Cache Memory (0) | 2021.11.29 |
---|---|
컴퓨터 구조 5_Cache Memory (0) | 2021.11.29 |
컴퓨터 구조 5_Cache Memory (0) | 2021.11.29 |
컴퓨터 구조 4.2 (0) | 2021.10.25 |
컴퓨터구조(수업 필기 자료) (0) | 2021.10.25 |