LAB 6 - EE 421L
Prachi Patel
patelp3@unlv.nevada.edu


October 25, 2017
Prelab:

Tutorial 4 where we created Nand Gate. (Pictures in the lab below).
Uploaded all the work to Google Drive.
1

LAB:

Below are the schematics, symbols, layouts, extracted and DRC/LVS of INVERTER (creates last lab), NAND and XOR gates.

Inverter:

1 2
3 546

Nand gate:
2122
23 252426

XOR:

3132
3335 3436

Logic gates:
Ths schematic below is a circuit that will follow the binary truth table below:

A
B
Cin
AnandB
AxorB
0
0
1
1
0
0
1
1
1
1
1
0
0
1
1
1
1
0
0
0


The logic gates are all connected and VDD is used to power the NMOS and PMOS gates. The inputs are binary numbers 00,01,10, 11 with different combinations of two inputs.
4142

The extracted simulation:
4344

Full Adder:
The full adder is created using the example provided in the lab instructions. Below is the schematic, symbol, layout, extracted, DRC and LVS. This Full Adder has three binary inputs (A, B, Cin) and two outputs (S, Cout). It takes each input individually as a 1-bit input and uses addition operation.

5152
 53 55

5456

Full Adder Simulation:
Finally, I added voltage sources to each input that pulsed 0 to 5 at different delay times to create a random pattern so we can see the resulting operation of Full Adder. Since there are three inputs, there are eight different combinations of binary numbers, resulting in numbers 0 to 7.
A
B
Cin
S
Cout
0
0
0
0
0
0
0
1
1
0
0
1
0
1
0
0
1
1
0
1
1
0
0
1
0
1
0
1
0
1
1
1
0
0
1
1
1
1
1
1

6162

The extracted simulation.

6463




End of Lab 6


Return to labs