You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Inverter (sizes: 1, 2, 4 and 8)
3 input NAND gate (sizes: 1, 2 and 4)
3 input NOR gate (sizes: 1, 2 and 4)
The complex function: f(x, y, z, w) = !(xy̅+wz) (sizes: 1, 2 and 4)
The complex function: g(x, y, z) = !(xy+xz+yz) (sizes: 1, 2 and 4)
The complex function: h(x, y, z, w) = !(xyz+(x+y+z)w) (sizes: 1, 2 and 4)