Read the handout on HDL. Implement the following logic gates in HDL using the hardware
simulator given in class. You may only use the primitive NAND gate and gates that you build.
Turn the resulting circuit into the
Turn-In/Problem Set 1 folder on Nova . You only have to turn in the 4-input gates.
The two input NOR.
The two input AND, OR, and XOR gates.
The 4-input AND, OR, and XOR gates.
Produce the following for the truth table given below.
SOP equation for F.
Logic diagram for SOP implementtaion (do not implement in HDL). You
may only use 2-input gates in your solution. Assume that the input lines come in
non-inverted. If you want to use an inverted value, you must explicitly invert it.
A
B
C
F
0
0
0
0
0
0
1
1
0
1
0
1
0
1
1
0
1
0
0
1
1
0
1
0
1
1
0
0
1
1
1
1
Produce the following for the truth table given in the previous problem.
POS equation for F.
Logic diagram for POS implementation (do not implement in HDL). You
may only use 2-input gates in your solution. Assume that the input lines come in
non-inverted. If you want to use an inverted value, you must explicitly invert it.