monological / fpgajtag

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:LLVM 81.3%Language:C 17.6%Language:Python 0.7%Language:Makefile 0.4%