From 0c8e849d3dc0fed85a8acf2193a6d5e6bd13cc5c Mon Sep 17 00:00:00 2001 From: AnkushECE Date: Wed, 24 Aug 2022 22:47:18 +0530 Subject: CD4008 is 4 bit Full Adder IC. --- library/SubcircuitLibrary/CD_4008/README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 library/SubcircuitLibrary/CD_4008/README.md (limited to 'library/SubcircuitLibrary/CD_4008/README.md') diff --git a/library/SubcircuitLibrary/CD_4008/README.md b/library/SubcircuitLibrary/CD_4008/README.md new file mode 100644 index 00000000..e07f1d56 --- /dev/null +++ b/library/SubcircuitLibrary/CD_4008/README.md @@ -0,0 +1,27 @@ + +# CD4008 IC + +CD4008 is 4 bit full adder with parallel carry out IC. It is designed with 180nm CMOS technology in eSim. It is 16 pin IC. +## Usage/Examples + +High Speed Arithmetic operations + +Miniature calculators + +Counters + +Simple logic control designs +## Documentation + +To know the details of CD4008 IC please go through with the documentation : [CD4008_datasheet](https://www.alldatasheet.com/datasheet-pdf/pdf/66388/INTERSIL/CD4008.html) + +## 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