Skip to content

systemviewinc/fpga_driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual System Integrator FPGA Driver

Table of Contents

  1. VSI Overview
  2. Getting Started

VSI Overview

  • Visual System Integrator (VSI) is a development tool for creating complete heterogeneous systems intuitively easy to use graphical environment. Built on top of Vivado VSI has complete support for all FPGAs supported by Vivado, multiple different processors and other peripheral processing units such as the R5. At the heat of FPGA to/from CPU data transfer lies our FPGA driver.

Getting Started

Building the driver

The VSI FPGA driver repo can be cloned to your host or target computer, depending on the application.

$ git clone https://github.com/systemviewinc/fpga_driver $VSI_FPGA_REPO_DIR
$ cd $VSI_FPGA_REPO_DIR/driver
$ make
For cross compiling the driver.
$ make ARCH=arm CROSS_COMPILE=<<your cross compiler>> KERNEL_SRC=<<directory to kernel headers>>
For Petalinux / Yocto built kernels

Building kernel for Petalinux / Yocto