Document MUXF8 Vivado compatibility issue

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2017-12-22 15:52:40 -08:00
parent c6caeb17e2
commit bcba8197f2
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}