Skip to content

grfrost/fpgajtag

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple jtag programmer for Xilinx FPGAs

On Ubuntu, before compiling be sure to: sudo apt-get install libusb-1.0-0-dev

On Centos, before compiling be sure to: sudo yum install libusb1-devel

On Mac OSX, before compiling be sure to: sudo port install libusb or brew install libusb

To make android version: make android

In the util directory, there are 2 tools:

  1. dumpbit: formatted dump of xilinx bit file
  2. readll: an attempt to parse xilinx vivado 'll' files

========================= To read out Zedboard AXI trace info: fpgajtag -c testdata/zedtrace.jtag >trace.xx.tempfile

About

A simple jtag programming tool that has been verified on a variety of Xilinx Series7 platforms.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • LLVM 81.5%
  • C 17.5%
  • Other 1.0%