Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
programmable-logic:cmod-a7:demos:xadc [2021/05/14 23:06] – ↷ Links adapted because of a move operation Arthur Brownprogrammable-logic:cmod-a7:demos:xadc [2023/08/24 22:18] (current) – Move to direct file links for downloads Arthur Brown
Line 1: Line 1:
 +~~META: robots = noindex, nofollow ~~
 ====== Cmod A7 XADC Demo ====== ====== Cmod A7 XADC Demo ======
- 
-<WRAP round todo> 
-=== Under Construction === 
-</WRAP> 
  
 {{:cmod_a7:cmod_a7-obl-600.png?300|}} {{:cmod_a7:cmod_a7-obl-600.png?300|}}
Line 15: Line 12:
   * When BTN1 is pressed, the demo switches which xadc pin to read from.   * When BTN1 is pressed, the demo switches which xadc pin to read from.
  
-This demo uses XADC ports 4 and 12 since they are the channels connected to pin 15 and 16. This can be seen in the Cmod A7 Reference Manual and Schematics. These resources can be found on the Cmod A7 [[:reference:programmable-logic:cmod-a7:start:|Resource Center]].+This demo uses XADC ports 4 and 12 since they are the channels connected to pin 15 and 16. This can be seen in the Cmod A7 Reference Manual and Schematics. These resources can be found on the Cmod A7 [[reference:programmable-logic:cmod-a7:start:|Resource Center]].
  
 ---- ----
Line 22: Line 19:
   * Cmod A7 with MicroUSB programming cable   * Cmod A7 with MicroUSB programming cable
   * Vivado installation compatible with the latest release of this demo (2020.1)   * Vivado installation compatible with the latest release of this demo (2020.1)
-    *//See [[programmable-logic:guides:installation|Installing Vivado, Vitis, and Digilent Board Files]] for installation instructions.//+    *//See [[programmable-logic:guides:installing-vivado-and-vitis|Installing Vivado, Vitis, and Digilent Board Files]] for installation instructions.//
   * Wires and a circuit to measure   * Wires and a circuit to measure
  
Line 33: Line 30:
  
 ^ Board Variant  ^ Release Tag  ^ Release Downloads  ^ Setup Instructions  | ^ Board Variant  ^ Release Tag  ^ Release Downloads  ^ Setup Instructions  |
-| Cmod A7-15T  | @#C0EEBD: 15T/XADC/2020.1-1 [[https://github.com/Digilent/Cmod-A7/releases/tag/15T/XADC/2020.1-1|Release ZIP Downloads]]  | See //Using the Latest Release//, below  | +| Cmod A7-15T  | @#C0EEBD: 15T/XADC/2020.1-1 {{https://github.com/Digilent/Cmod-A7/releases/download/15T/XADC/2020.1-1/Cmod-A7-15T-XADC-hw.xpr.zip}}  | See //Using the Latest Release//, below  | 
-| Cmod A7-35T  | @#C0EEBD: 35T/XADC/2020.1-1 [[https://github.com/Digilent/Cmod-A7/releases/tag/35T/XADC/2020.1-1|Release ZIP Downloads]]  | See //Using the Latest Release//, below  |+| Cmod A7-35T  | @#C0EEBD: 35T/XADC/2020.1-1 {{https://github.com/Digilent/Cmod-A7/releases/download/35T/XADC/2020.1-1/Cmod-A7-35T-XADC-hw.xpr.zip}}  | See //Using the Latest Release//, below  |
 | Cmod A7-15T  | v2018.2-1            | [[https://github.com/Digilent/Cmod-A7-15T-XADC/releases/tag/v2018.2-1|Release ZIP Downloads]]  | [[https://github.com/Digilent/Cmod-A7-15T-XADC/tree/v2018.2-1|v2018.2-1 Github README]]  | | Cmod A7-15T  | v2018.2-1            | [[https://github.com/Digilent/Cmod-A7-15T-XADC/releases/tag/v2018.2-1|Release ZIP Downloads]]  | [[https://github.com/Digilent/Cmod-A7-15T-XADC/tree/v2018.2-1|v2018.2-1 Github README]]  |
 | Cmod A7-35T  | v2018.2-1            | [[https://github.com/Digilent/Cmod-A7-35T-XADC/releases/tag/v2018.2-1|Release ZIP Downloads]]  | [[https://github.com/Digilent/Cmod-A7-35T-XADC/tree/v2018.2-1|v2018.2-1 Github README]]  | | Cmod A7-35T  | v2018.2-1            | [[https://github.com/Digilent/Cmod-A7-35T-XADC/releases/tag/v2018.2-1|Release ZIP Downloads]]  | [[https://github.com/Digilent/Cmod-A7-35T-XADC/tree/v2018.2-1|v2018.2-1 Github README]]  |
Line 40: Line 37:
 | Cmod A7-35T  | v2016.4-2            | [[https://github.com/Digilent/Cmod-A7-35T-XADC/releases/tag/v2016.4-2|Release ZIP Downloads]]  | [[learn/programmable-logic/tutorials/github-demos/start|Using Digilent Github Demo Projects (Legacy)]]  | | Cmod A7-35T  | v2016.4-2            | [[https://github.com/Digilent/Cmod-A7-35T-XADC/releases/tag/v2016.4-2|Release ZIP Downloads]]  | [[learn/programmable-logic/tutorials/github-demos/start|Using Digilent Github Demo Projects (Legacy)]]  |
  
-**Note for Advanced Users:** //All demos for the Cmod A7 are provided through the [[https://github.com/Digilent/Cmod-A7|Cmod-A7]] repository on Github. Further documentation on the structure of this repository can be found on this wiki's [[programmable-logic:documents:git]] page.//+**Note for Advanced Users:** //GitHub sources for this demo can be found in the [[https://github.com/digilent/cmod-a7/tree/15T/XADC/master|15T/XADC/master]] and [[https://github.com/digilent/cmod-a7/tree/35T/XADC/master|35T/XADC/master]] branches of the Cmod-A7 repository. Further documentation on the structure of this repository can be found on this wiki's [[programmable-logic:documents:git]] page.//
 ---- ----
 Instructions on the use of the latest release can be found in this dropdown: Instructions on the use of the latest release can be found in this dropdown:
  
---> Using the Latest Release #+--> Using the Latest Release #^
  
 <WRAP group> <WRAP group>
Line 78: Line 75:
 For a walkthrough of the process of creating a simple HDL project in Vivado, see [[programmable-logic:guides:getting-started-with-vivado]]. Information on important parts of the GUI, and indirect discussion of the steps required to modify, rebuild, and run this demo in hardware can also be found here. For a walkthrough of the process of creating a simple HDL project in Vivado, see [[programmable-logic:guides:getting-started-with-vivado]]. Information on important parts of the GUI, and indirect discussion of the steps required to modify, rebuild, and run this demo in hardware can also be found here.
  
-For technical support, please visit the [[https://forum.digilentinc.com/forum/4-fpga/|FPGA]] section of the Digilent Forum.+For technical support, please visit the [[https://forum.digilent.com/forum/4-fpga/|FPGA]] section of the Digilent Forum.
  
 ---- ----
-<code>{{tag>project cmod-a7}}</code>