Update array_comps.md
This commit is contained in:
parent
e21fbd5228
commit
4f96e3d175
|
|
@ -8,7 +8,6 @@ The first component we'll create is the Capacitive DAC (C-DAC). This is a simple
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="../../../media/module_3/C-DAC.png" width="0" height="0" />
|
<img src="../../../media/module_3/C-DAC.png" width="0" height="0" />
|
||||||
</p>
|
</p>
|
||||||
![[C-DAC.png]]
|
|
||||||
|
|
||||||
The C-DAC is formed by placing 8 capacitors in parallel, with the following dimensions:
|
The C-DAC is formed by placing 8 capacitors in parallel, with the following dimensions:
|
||||||
|
|
||||||
|
|
@ -37,13 +36,11 @@ The symbol for the C-DAC can be seen below:
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="../../../media/module_3/C-DAC_sym.png" width="0" height="0" />
|
<img src="../../../media/module_3/C-DAC_sym.png" width="0" height="0" />
|
||||||
</p>
|
</p>
|
||||||
![[C-DAC_sym.png]]
|
|
||||||
|
|
||||||
## Switch Bank
|
## Switch Bank
|
||||||
|
|
||||||
Next, we will create the "switch bank." This block contains all the switches that control the bottom plates of the C-DAC capacitors. The schematic for the switch bank is simple and closely follows the structure we used earlier in this module's testbench:
|
Next, we will create the "switch bank." This block contains all the switches that control the bottom plates of the C-DAC capacitors. The schematic for the switch bank is simple and closely follows the structure we used earlier in this module's testbench:
|
||||||
|
|
||||||
![[switch_bank_schem.png]]
|
|
||||||
|
|
||||||
The naming convention for the I/Os is as follows:
|
The naming convention for the I/Os is as follows:
|
||||||
|
|
||||||
|
|
@ -68,7 +65,6 @@ The symbol for this switch bank is shown below:
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="../../../media/module_3/switch_bank_sym.png" width="0" height="0" />
|
<img src="../../../media/module_3/switch_bank_sym.png" width="0" height="0" />
|
||||||
</p>
|
</p>
|
||||||
![[switch_bank_sym.png]]
|
|
||||||
|
|
||||||
**TIP:**
|
**TIP:**
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue