From Transistor To Gate
BJT 를 이용한 가장 간단한 형태의 NAND와 NOR 구현은 다음과 같음.
이처럼 기본적인 switch (or amplifier)인 Transistor로 Logic Operation을 수행하는 Gate를 구현할 수 있다.
여기서 TTL이란 용어가 나오는데, Transistor-Transistor Logic의 약자이며,
- Transistor들을 조합한 Combinatorial Circuit 으로
- Diode와 Transistor를 조합한 Diode-Transistor Logic(DTL)에서
- Diode를 Transistor로 대체한 회로를 의미함.
- 이는 IC로 쉽게 구성할 수 있고 저전력 고속동작을 보장함.
위의 회로는 매우 단순화한 것이며, 실제로 동작할 수 있는 예제 회로는 다음을 참고.
다음 URL을 참고할 것.
https://www.circuiteasy.com/nand-gate
https://blog.naver.com/ann_arbor/221417370691
'Computer > CE' 카테고리의 다른 글
[CE] Pipelining (파이프라인 기법) (0) | 2024.05.15 |
---|---|
[CE] D Flip-Flop 7474 (0) | 2024.04.10 |
[CE] Round-off Error 예제 (1) | 2024.02.17 |
[CE] Classless Inter-Domain Routing 표기법: IP Address (0) | 2024.02.07 |
[CE] Subdivision using DFS (0) | 2023.05.24 |