Y
Hacker News
new
|
ask
|
show
|
jobs
by
NooneAtAll3
75 days ago
Add 2 AND gates, 1 NOT gate
G0 = D0 AND SEL
G1 = NOT SEL
G2 = D1 AND G1
G0 -> Ans
G2 -> Ans
1 comments
Jaso1024
75 days ago
oh its b/c of the contention between the outputs of the ands for the answer, u need an or gate to merge them (ill add an update w/ visual feedback for these sorts of thigns)
link