Merge pull request #20 from mcmasterg/muxf8_doc

Document MUXF8 Vivado compatibility issue
This commit is contained in:
Tim Ansell 2017-12-23 01:46:18 +01:00 committed by GitHub
commit 159bc3fd96
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}