Skip to content

Commit d608b9e

Browse files
committed
fixed activation condition for NOR logic gates
1 parent 4becadc commit d608b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Logic Blocks Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ Logic gates are a group of blocks that take a set of boolean inputs, and create
488488
- AND gate: all inputs are on
489489
- OR gate: at least one input is on
490490
- XOR gate: only one input is on
491-
- NOR gate: all inputs are off
491+
- NOR gate: sum of inputs is $0$
492492

493493
Their settings are shown in figure \ref{fig:LogicGate} and are as follows:
494494

0 commit comments

Comments
 (0)