Coder Social home page Coder Social logo

lipaul / fpga-jtag-axi-demo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from matthieumichon/fpga-jtag-axi-demo

0.0 0.0 0.0 20 KB

Basic JTAG / AXI demonstration on Xilinx's FPGA.

Shell 3.14% Tcl 72.48% SystemVerilog 12.17% Makefile 12.21%

fpga-jtag-axi-demo's Introduction

Xilinx AXI JTAG Demo

Remotely control FPGA-based AXI buses. This repository hosts the source code for a simple application showcasing an implementation for issuing remotely read and write commands on an AXI4 bus using a TCP socket.

๐Ÿ“ Note:

Only Digilent Arty A7 FPGA boards are supported.

Quick Start

Configuring the FPGA

First thing is to build a bitstream (aka FPGA configuration file) embedding the required IP cores. The Makefile file present in the root directory provides a default targets which builds the required bitstream and loads it into an Arty A7 hooked on the host.

$ make

Launching the AXI Transaction Server

$ ./jam-demo-server/run_server

Running Commands

$ nc 127.0.0.1 9900
version
2020.1
read C0000000 1
read @0xC0000000: 0x00000000
write C0000000 cafedeca
write @0xC0000000: 0xcafedeca
read C0000000 1
read @0xC0000000: 0xcafedeca
quit

Supported commands:

  • version
  • read
  • write
  • quit

FPGA Firmware

This demonstration requires the targeted FPGA to be configured with a bitstream instantiating the jtag_axi IP core.

Such bitstream can be built for the Digilent Arty A7 FPGA board using the project located in the jam-demo-firmware/ directory.

fpga-jtag-axi-demo's People

Contributors

matthieumichon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.