Merge branch 'master' into clb_n5ffmux_fix

This commit is contained in:
John McMaster 2017-12-22 17:52:51 -08:00 committed by GitHub
commit 329c683116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 0 deletions

View File

@ -7,6 +7,12 @@ bit-stream format of Xilinx 7-series FPGAs.
# Quickstart Guide
Install Vivado 2017.2 (2017.3 has a known compatibility issue, see
https://github.com/SymbiFlow/prjxray/issues/14). Then source the settings
script, ie
source /opt/Xilinx/Vivado/2017.2/settings64.sh
Pull submodules:
git submodule update --init --recursive

View File

@ -1,6 +1,7 @@
#!/bin/bash
set -ex
if [ $(vivado -h |grep Vivado |cut -d\ -f 2) != "v2017.2" ] ; then echo "FIXME: requires Vivado 2017.2. See https://github.com/SymbiFlow/prjxray/issues/14"; exit 1; fi
source ${XRAY_GENHEADER}

View File

@ -1,6 +1,7 @@
#!/bin/bash
set -ex
if [ $(vivado -h |grep Vivado |cut -d\ -f 2) != "v2017.2" ] ; then echo "FIXME: requires Vivado 2017.2. See https://github.com/SymbiFlow/prjxray/issues/14"; exit 1; fi
source ${XRAY_GENHEADER}

View File

@ -1,6 +1,7 @@
#!/bin/bash
set -ex
if [ $(vivado -h |grep Vivado |cut -d\ -f 2) != "v2017.2" ] ; then echo "FIXME: requires Vivado 2017.2. See https://github.com/SymbiFlow/prjxray/issues/14"; exit 1; fi
source ${XRAY_GENHEADER}