- 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.
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
$ make ARCH=arm CROSS_COMPILE=<<your cross compiler>> KERNEL_SRC=<<directory to kernel headers>>