Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: TOC, formatting

ARTY A35T AMS

Table of Contents

This wiki contains the files associated with the AMS demo on the Arty A35T Demo

Table of Contents

Table of Contents
excludeTable of Contents


Design Overview

The below block diagram details the various elements of the AMS demo in the AMS ARTY Videos

Image Modified
Vivado IPI block diagram

...

The core design is build in IPI
Image Modified
Vivado SDK

...

C code running on the MicroBlaze core controls the system.

Please see some example code here:
View file
nameexample_code


TCL Scripts

...

TCL scripts for writing DAC data to BRAM on the A35T device.
View file
namewrite_dac_data.tcl

TCL scripts for capturing 4k data-points from the XADC and dumping it to a file.
View file
nameread_axi_data.tcl

Matlab Scripts

...

Generate 4k sine-wave pattern to be downloaded in Vivado to the A35T device via the write_data_data.tcl script.
View file
namegen_sine.m

Perform fft on txt file data containing 4k XADC datapoints.
View file
namefft_adc_data.m

Related Links