eyiliu / kc705

Kintex-7 FPGA KC705

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kc705

Kintex-7 FPGA KC705

Main library, executables and GUI

Windows

  • CMake: download and execute the CMake Win32 Installer. Make sure to set the PATH variable during installation
  • Visual Studio 2017 community: download and install vs studio 2017.
  • Swig

OS X

  • Clang

    Clang (at least version 4.21)

  • Qt

    Install Qt5, brew install qt

  • Pyqt

    Install pyqt5, brew install pyqt

  • Swig

    Install swig3, brew install swig

  • CMake Install cmake3.6 or later, brew install cmake

Setup

Windows

See the document in doc

OS X

  • Config and compile
mkdir build
cd build 
cmake -DCAMKE_INSTALL_PREFIX=where you want to install ..
make
  • Install
make install # Install the dynamic libraries
make install-python # Install the python module to ${PYTHON_LIB}/site-packages/
  • Clean
make clean

About

Kintex-7 FPGA KC705


Languages

Language:C++ 84.2%Language:Verilog 8.6%Language:C 2.6%Language:Python 1.4%Language:Coq 1.0%Language:Tcl 0.9%Language:VHDL 0.7%Language:CMake 0.4%Language:Shell 0.1%Language:Makefile 0.0%