Update array_comps.md

This commit is contained in:
PhillipRambo 2025-04-10 16:02:10 +02:00 committed by GitHub
parent e21fbd5228
commit 4f96e3d175
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -8,7 +8,6 @@ The first component we'll create is the Capacitive DAC (C-DAC). This is a simple
<p align="center">
<img src="../../../media/module_3/C-DAC.png" width="0" height="0" />
</p>
![[C-DAC.png]]
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">
<img src="../../../media/module_3/C-DAC_sym.png" width="0" height="0" />
</p>
![[C-DAC_sym.png]]
## 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:
![[switch_bank_schem.png]]
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">
<img src="../../../media/module_3/switch_bank_sym.png" width="0" height="0" />
</p>
![[switch_bank_sym.png]]
**TIP:**