비교기,comparator

Difference between r1.1 and the current

@@ -5,7 +5,7 @@
: 두 이진수의 크기를 비교하는 회로.

----
tmp example from https://youtu.be/Dpba20Fa2wU?si=DxufXMG8dJc6IDXj&t=238
tmp example from https://youtu.be/Dpba20Fa2wU?t=238
진리표:
||<-2>입력 ||<-3>출력 ||
||A||B||C (A>B)||D (A=B)||E (A<B)||
@@ -33,6 +33,12 @@
https://i.imgur.com/NJ3rSAP.png

----
tmp from https://youtu.be/ChrZ5jq65sk?si=&t=421
https://i.imgur.com/ztyQPh3.png
----
see also [[덧셈기,adder]]

... NN:comparator Ggl:"comparator"
 
 
Up: [[조합회로,combinational_circuit]]



비교기, 비교 회로 (회로,circuit), 대소비교기, 대소비교회로, ...
2진비교기 binary comparator ... Ggl:binary comparator
: 두 이진수의 크기를 비교하는 회로.


tmp example from https://youtu.be/Dpba20Fa2wU?t=238
진리표:
입력 출력
ABC (A>B)D (A=B)E (A<B)
00010
01001
10100
11010
이때
C = A B̅
D = A̅ B̅ + A B
E = A̅ B


tmp example from

진리표:
입력 출력
ABA=B, F1A≠B, F2A>B, F3A<B, F4
001000
010101
100110
111000

회로도:
https://i.imgur.com/NJ3rSAP.png




see also 덧셈기,adder