From 8144a629b934a21f3df7bb71215311e9b5b5e8cb Mon Sep 17 00:00:00 2001 From: AnkushECE Date: Wed, 24 Aug 2022 22:58:19 +0530 Subject: CD4077 is XNOR gate IC. --- library/SubcircuitLibrary/CD_4077/README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 library/SubcircuitLibrary/CD_4077/README.md (limited to 'library/SubcircuitLibrary/CD_4077/README.md') diff --git a/library/SubcircuitLibrary/CD_4077/README.md b/library/SubcircuitLibrary/CD_4077/README.md new file mode 100644 index 00000000..2d40325c --- /dev/null +++ b/library/SubcircuitLibrary/CD_4077/README.md @@ -0,0 +1,28 @@ + +# CD4077 IC + +It is 2-input XNOR Gate IC. CD4077 IC is designed with 180nm CMOS technology in eSim consisting four XNOR Gates. It plays the role of even 1’s detector. When both inputs are same, then output is HIGH, else LOW. It is also known as Special logic Gate. + +## Usage/Examples + +Logical Comparators + +Adders, Subtractors + +Parity Generators and Checkers + +Touch sensor circuit +## Documentation + +To know the details of CD4077 IC please go through with the documentation : [CD4077_datasheet](https://www.ti.com/lit/gpn/cd4077b) + +## 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