diff options
author | Rahul P | 2023-06-13 18:21:12 +0530 |
---|---|---|
committer | GitHub | 2023-06-13 18:21:12 +0530 |
commit | 3436aa4615dcc1310db8dc8a85f36418db641fb4 (patch) | |
tree | e9cf9d33ed2c137f3ac463c7b272e27fe23be75d /library/SubcircuitLibrary/demux/README.md | |
parent | 172debd60ec1bae09c6b9c9180a388628e819909 (diff) | |
parent | 9a5f3dabc357277b384c51ccf047f5580772f454 (diff) | |
download | eSim-3436aa4615dcc1310db8dc8a85f36418db641fb4.tar.gz eSim-3436aa4615dcc1310db8dc8a85f36418db641fb4.tar.bz2 eSim-3436aa4615dcc1310db8dc8a85f36418db641fb4.zip |
Merge branch 'master' into sky130-dev
Diffstat (limited to 'library/SubcircuitLibrary/demux/README.md')
-rw-r--r-- | library/SubcircuitLibrary/demux/README.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/library/SubcircuitLibrary/demux/README.md b/library/SubcircuitLibrary/demux/README.md new file mode 100644 index 00000000..b2bb3cb4 --- /dev/null +++ b/library/SubcircuitLibrary/demux/README.md @@ -0,0 +1,28 @@ + +# Demux IC + +Demux is the de-multiplexer circuit that takes one input line and gives multiple output lines. Basically, it’s a combinational circuit and It always takes one input +line and gives 2n output line, where n is the number of select lines. It is also, known as a serial to parallel converter or data distributor circuit. The 1:2 Demux consist of 1 input line, 1 select line, and produces 2 output line. as, according to the formula no. of the output line is depends on no. of select line, here, in 1:2 demux, no. of output line = 2^n = 2^1 = 2. + + +## Usage/Examples + +It is used in communication systems. + +It is used in serial to parallel converter. + + +## Documentation + +To know the details of 74LVC1G19 IC please refer to this link [74LVC1G19_IC_datasheet.](https://assets.nexperia.com/documents/data-sheet/74LVC1G19.pdf) + +## Comments/Notes + +Please note this is a complete Digital IC. It works fine at the time of simulation. + +## Contributor + +Name: Vanshika Tanwar +Email: vanshikatanwar30@gmail.com +Year: 2022 +Position: FOSSEE Summer Fellowship Intern 2022 |