Skip to content

artvvb/Cmod-S7-25-OOB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cmod S7-25 Out-of-Box Demo

Introduction

This project is a simple Verilog demo using the Cmod S7-25's LEDs, RGB LED, buttons, and USB-UART bridge. When programmed onto a board, the RGB LED will cycle from Blue to Green to Red to Black. The other LEDs will light up in sequence. Whenever one of the two buttons is pressed, "Button # Pressed!" is sent to a connected PC using the USB-UART bridge.

Requirements

Demo Setup

  1. Download and extract the most recent release ZIP archive from this repository's Releases Page.
  2. Open the project in Vivado 2018.2 by double clicking on the included XPR file found at "<archive extracted location>/vivado_proj/Cmod-S7-25-OOB.xpr".
  3. In the Flow Navigator panel on the left side of the Vivado window, click Open Hardware Manager.
  4. Plug a Cmod S7-25 into the computer running Vivado using a MicroUSB cable.
  5. Open a serial terminal application (such as TeraTerm) and connect it to the Cmod S7's serial port, using a baud rate of 9600.
  6. Click "Open target" in the green bar at the top of the window. Select "Auto connect" from the drop down menu.
  7. Click "Program device" in the green bar at the top of the window. In the "Program Device" wizard, enter "<archive extracted location>vivado_proj/Cmod-S7-25-OOB.runs/impl_1/top.bit" into the "Bitstream file" field. Then click Program.
  8. The demo will now be programmed onto the Cmod S7. See the Introduction section of this README for a description of how to interact with this demo.

Next Steps

This demo can be used as a basis for other projects, either by adding sources included in the demo's release to those projects, or by modifying the sources in the release project. Check out the Cmod S7's Resource Center to find more documentation, demos, and tutorials.

Additional Notes

For more information on how this project is version controlled, refer to the Digilent Vivado Scripts Repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Verilog 94.6%
  • Tcl 5.4%