Skip to content

A SSI Digital IC based on 180nm technology that will give us outputs of all the Logic gates.

License

Notifications You must be signed in to change notification settings

AmitBarman99/BAR2308TT

Repository files navigation

BAR2308TT

A SSI Digital IC that will give us outputs of all the Logic gates.This design is based on 180nm technology.

Input pin Output pin
A , B , C P , M , N , Q , O , X , W

An ic with all logic gates functionality

1. Use as OR gate

OR

A B P VDD GND o/p
0 0 0 5V 0V 0V
0 1 1 5V 0V 5V
1 0 1 5V 0V 5V
1 1 1 5V 0V 5V

2. Use as AND gate

AND

A B M VDD GND o/p
0 0 0 5V 0V 0V
0 1 0 5V 0V 0V
1 0 0 5V 0V 0V
1 1 1 5V 0V 5V

3. Use as NOT gate

NOT

C N VDD GND o/p
0 1 5V 0V 5V
1 0 5V 0V 0V

4. Use as NOR gate

NOR

A B Q VDD GND o/p
0 0 1 5V 0V 5V
0 1 0 5V 0V 0V
1 0 0 5V 0V 0V
1 1 0 5V 0V 0V

5. Use as NAND gate

NAND

A B O VDD GND o/p
0 0 1 5V 0V 5V
0 1 1 5V 0V 5V
1 0 1 5V 0V 5V
1 1 0 5V 0V 0V

6. Use as XOR gate

XOR

A B X VDD GND o/p
0 0 0 5V 0V 0V
0 1 1 5V 0V 5V
1 0 1 5V 0V 5V
1 1 0 5V 0V 0V

7. Use as XNOR gate

XNOR

A B W VDD GND o/p
0 0 1 5V 0V 5V
0 1 0 5V 0V 0V
1 0 0 5V 0V 0V
1 1 1 5V 0V 5V

8. Use as Half-adder

Half-adder

A B X(sum) M(carry) VDD GND o/p(X) o/p(M)
0 0 0 0 5V 0V 0V 0V
0 1 1 0 5V 0V 5V 0V
1 0 1 0 5V 0V 5V 0V
1 1 0 1 5V 0V 0V 5V

See Details

Integrated Circuit's Layout

layout

Integrated Circuit's Icon view

icon

Simulation results

simulation To simulate this I used LTspice and spice code is -

vdd vdd 0 DC 5
va A 0 pulse 5 0 0 100n 100n 2u 4u
vb B 0 pulse 5 0 0 100n 100n 2u 3u
vc C 0 pulse 5 0 0 100n 100n 1u 2u
.trans 10u
.include D:\Electric\projects\C5_models.txt

I am working on it for 3D rendering.

🛡️ License

BAR2308TT is licensed under MIT license. See the license

Project Author :

Amit Barman
Undergraduate Student, Electronics & Telecommunication Engineering,IIESTS

The author of this work hereby waives all claim of copyright (economic and moral) in this work and immediately places it in the public domain; it may be used, distorted or destroyed in any manner whatsoever without further attribution or notice to the creator.

About

A SSI Digital IC based on 180nm technology that will give us outputs of all the Logic gates.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages