Small_Standard_Cell_Library

This is the course project for CSCE 3304 - Digital Design 2. The objevtive was to design (layout and schematic), verify, and charactrize the following cells using electric VLSI:

  1. Inverter (sizes: 1, 2, 4 and 8)
  2. 3 input NAND gate (sizes: 1, 2 and 4)
  3. 3 input NOR gate (sizes: 1, 2 and 4)
  4. The complex function: f(x, y, z, w) = !(xy̅+wz) (sizes: 1, 2 and 4)
  5. The complex function: g(x, y, z) = !(xy+xz+yz) (sizes: 1, 2 and 4)
  6. The complex function: h(x, y, z, w) = !(xyz+(x+y+z)w) (sizes: 1, 2 and 4)

INV

Schematic

inv_schm

Stick Diagram

inv_stck

Layout

inv_lyot

3NAND

Schematic

3nand_schm

Stick Diagram

3nand_stck

Layout

3nand_lyot

3NOR

Schematic

nor_schm

Stick Diagram

nor_stck

Layout

nor_lyot

F

Schematic

f_schm

Stick Diagram

f_stck

Layout

f_lyot

G

Schematic

g_schm

Stick Diagram

g_stck

Layout

g_lyot

H

Schematic

h_schm

Stick Diagram

h_stck

Layout

h_lyot