From e3d6e33a22a75efba2edbce316324836015190e7 Mon Sep 17 00:00:00 2001 From: AnkushECE Date: Wed, 24 Aug 2022 22:52:52 +0530 Subject: CD4070 is XNOR gate IC. --- library/SubcircuitLibrary/CD_4070/README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 library/SubcircuitLibrary/CD_4070/README.md (limited to 'library/SubcircuitLibrary/CD_4070/README.md') diff --git a/library/SubcircuitLibrary/CD_4070/README.md b/library/SubcircuitLibrary/CD_4070/README.md new file mode 100644 index 00000000..f27fd979 --- /dev/null +++ b/library/SubcircuitLibrary/CD_4070/README.md @@ -0,0 +1,26 @@ + +# CD4070 IC + +It is 2-input XOR Gate IC. CD4070 IC is designed with 180nm CMOS technology in eSim consisting four XOR Gates. It plays the role of odd 1’s detector. When both inputs are same, then output is LOW. It is also known as Special logic Gate. + +## Usage/Examples + +Logical Comparators + +Adders, Subtractors + +Parity Generators and Checkers +## Documentation + +To know the details of CD4070 IC please go through with the documentation : [CD4070_datasheet](https://www.ti.com/lit/gpn/cd4070b) + +## Comments/Notes + +Please note this is a complete digital IC. It works fine at the time of simulation. + +## Contributer + +Name: Ankush Mondal +Email: mondalankush369@gmail.com +Year: 2022 +Position: FOSSEE Summer Fellow 2022 \ No newline at end of file -- cgit