Skip to content

drifter1/vivado-tcl-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vivado-tcl-examples

Prerequisites

Included Examples

  • Binary to Gray code converter (bin2gray)
  • RGB LED Control via switches (rgb_led)
  • Synchronous counter with reset and enable signals (sync_counter)

Usage

Building in Tcl Project Mode

make project

Note

By default, the Makefile targets the bin2gray project and xc7a35ticsg324-1L FPGA part.

Building in Tcl Non-Project Mode

make non-project

Note

By default, the Makefile targets the bin2gray project and xc7a35ticsg324-1L FPGA part.

Programming the FPGA

make program

Note

By default, the Makefile targets the bin2gray project and xc7a35t FPGA device.

Cleanup of build files

make clean

Releases

No releases published

Packages

 
 
 

Contributors