-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
47f813c
commit e46abdc
Showing
8 changed files
with
92 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
Comparators | ||
============ | ||
|
||
.. raw:: latex | ||
|
||
\begin{circuitikz}[american] | ||
\draw (0,0) node[pfet](PMOS1){}; | ||
\draw (PMOS1.D) to[short, -*] ++(0,-0.25) \coord (PMOSJ1) to[short] ++(0,-0.25) node[pfet, anchor=source](PMOS2){}; | ||
\draw (PMOSJ1) to[short] ++(1,0) node[pfet, anchor=source, rotate=90](PMOS3){}; | ||
\draw (PMOS2.D) to[short, -*] ++(0,-0.5) \coord (OUT1) to[short] ++(0,-0.5) node[nfet, anchor=drain](NMOS1){}; | ||
|
||
\draw (OUT1) to[short] ++(3,0) node[ocirc](OUT2){}; | ||
|
||
\draw (NMOS1.S) to[short, -*] ++(0,-0.25) \coord (NMOSJ1) to[short] ++(0,-0.25) node[nfet, anchor=drain](NMOS2){}; | ||
\draw (NMOSJ1) to[short] ++(1,0) node[nfet, anchor=source, rotate=-90](NMOS3){}; | ||
\draw (NMOS2.G) to[short, -*] ++(-0.5,0) \coord(NMOS2GO); | ||
\draw (NMOS1.G) to[short, -*] ++(-0.5,0) \coord(NMOS1GO); | ||
\draw (PMOS1.G) to[short, -*] ++(-0.5,0) \coord(PMOS1GO); | ||
\draw (PMOS2.G) to[short, -*] ++(-0.5,0) \coord(PMOS2GO); | ||
\draw (NMOS1GO) -- (NMOS2GO) -- (PMOS1GO) -- (PMOS2GO); | ||
|
||
\draw (NMOS3.G) to[short, -*] (NMOS3.G |- OUT1); | ||
\draw (PMOS3.G) to[short, -*] (PMOS3.G |- OUT1); | ||
\draw (NMOS2GO |- OUT1) node[circ](){} to[short] ++(-1, 0) node[ocirc](){}; | ||
|
||
\draw (NMOS2.S) to[short] ++(0, -0.25) \coord(NMOSGND) node[ground](GND1){}; | ||
\draw (PMOS1.S) to[short] ++(0, 0.25) \coord(PMOSGND) node[vcc](VCC){}; | ||
\draw (NMOS3.D) to[short] ++(0.25, 0) to[short] ++(0, 0.25) \coord(NMOSVCC) node[vcc](VCC1){}; | ||
\draw (PMOS3.D) to[short] ++(0.25, 0) to[short] ++(0, -0.25) \coord(NMOSVCC) node[ground](GND2){}; | ||
|
||
\draw (NMOS3.bulk) |- (GND1); | ||
\draw (NMOS1.bulk) to[short] ++(0.5,0) \coord(NMOS1BO); | ||
\draw (NMOS2.bulk) to[short, -*] ++(0.5,0) \coord(NMOS2BO); | ||
\draw (NMOS1BO) to[short, -*] (NMOS2BO|- GND1); | ||
|
||
\draw (PMOS3.bulk) |- (VCC); | ||
\draw (PMOS1.bulk) to[short, -*] ++(0.5,0) \coord(PMOS1BO); | ||
\draw (PMOS2.bulk) to[short] ++(0.5,0) \coord(PMOS2BO); | ||
\draw (PMOS2BO) to[short, -*] (PMOS1BO |- VCC); | ||
\end{circuitikz} | ||
|
||
|
||
.. raw:: latex | ||
|
||
\begin{circuitikz}[american] | ||
\draw (0,0) node[npn](HBT1){}; | ||
\draw (HBT1.B) to[R] ++(-3,0) node[ocirc](IN){}; | ||
\draw (HBT1.C) to[short, -*] ++(0,0.5) \coord (HBTJ1) to[short] ++(0.5,0) node[npn, anchor=base](HBT2){}; | ||
\draw (HBT1.E) to[short, -*] (HBT1.E -| HBT2.E) \coord (HBTJ2) node [circ]{} -- (HBT2.E); | ||
\draw (HBTJ2) to[R] ++ (0, -2) node[ground](GND){}; | ||
\draw (HBTJ2) to[R] ++ (0, -2) node[ground](GND){}; | ||
\draw (HBT2.C) to[short] ++ (1,0) node[ocirc](out){}; | ||
\draw (HBT2.C) to[R] ++ (0,2) node[vcc](vcc){$V_{CC}=\SI{1}{V}$}; | ||
\draw (vcc) to[short, *-] (vcc -| HBT1.C) to[R] ++ (0, -2) \coord (HBT1CR1); | ||
\draw (HBT1CR1) -- (HBT1.C); | ||
\end{circuitikz} |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Device Design Principles | ||
========================= | ||
|
||
In order to design electronic-photonic systems, it is necessary to understand relationships between the metrics used to device and describe individual devices. This section will provide a brief overview of the most common device metrics and how they are related to each other. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:hidden: | ||
|
||
lna | ||
hv_driver | ||
digital_cell | ||
comparators | ||
|
||
|
||
.. include:: lna.rst | ||
.. include:: hv_driver.rst | ||
.. include:: digital_cell.rst | ||
.. include:: comparators.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters