diff options
Diffstat (limited to 'library/SubcircuitLibrary/CD_4000/README.md')
-rw-r--r-- | library/SubcircuitLibrary/CD_4000/README.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/library/SubcircuitLibrary/CD_4000/README.md b/library/SubcircuitLibrary/CD_4000/README.md new file mode 100644 index 00000000..f75cfe00 --- /dev/null +++ b/library/SubcircuitLibrary/CD_4000/README.md @@ -0,0 +1,25 @@ + +# CD4000 IC + +It is dual 3-input NOR Gate IC. CD4000 IC is designed with 180nm CMOS technology in eSim consisting two NOR Gates and one NOT Gate. When all the inputs are LOW, then only output is HIGH, else LOW for NOR gate and NOT gate inverts the input as output. +## Usage/Examples + +Multiplexer + +Crystal oscillator + +Phase Locked Loop (PLL) +## Documentation + +To know the details of CD4000 IC please go through with the documentation : [CD4000_datasheet](http://eeshop.unl.edu/pdf/CD4000.pdf) + +## 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 |