mirror of
https://github.com/chipsalliance/f4pga-examples.git
synced 2025-01-03 03:43:38 -05:00
xc7: do not use one-top-level option
This option is not supported in older distros we test. We need to manually create the directory to which we're going to unpack architectures definitions. Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
73328e06c1
commit
f6fcb87cc5
2 changed files with 4 additions and 2 deletions
|
@ -89,7 +89,8 @@ and so you will need to add some ``sudo`` commands to the instructions below.
|
||||||
source "$INSTALL_DIR/xc7/conda/etc/profile.d/conda.sh"
|
source "$INSTALL_DIR/xc7/conda/etc/profile.d/conda.sh"
|
||||||
conda env create -f xc7/environment.yml
|
conda env create -f xc7/environment.yml
|
||||||
conda activate xc7
|
conda activate xc7
|
||||||
wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/66/20200914-111752/symbiflow-arch-defs-install-05d68df0.tar.xz | tar -xJ --one-top-level=$INSTALL_DIR/xc7/install
|
mkdir -p $INSTALL_DIR/xc7/install
|
||||||
|
wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/66/20200914-111752/symbiflow-arch-defs-install-05d68df0.tar.xz | tar -xJC $INSTALL_DIR/xc7/install
|
||||||
conda deactivate
|
conda deactivate
|
||||||
|
|
||||||
* For the EOS S3 devices:
|
* For the EOS S3 devices:
|
||||||
|
|
|
@ -41,7 +41,8 @@ Choose the installation directory (see the `README <../README.rst>`_ one level u
|
||||||
source "$INSTALL_DIR/xc7/conda/etc/profile.d/conda.sh"
|
source "$INSTALL_DIR/xc7/conda/etc/profile.d/conda.sh"
|
||||||
conda env create -f xc7/environment.yml
|
conda env create -f xc7/environment.yml
|
||||||
conda activate xc7
|
conda activate xc7
|
||||||
wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/66/20200914-111752/symbiflow-arch-defs-install-05d68df0.tar.xz | tar -xJ --one-top-level=$INSTALL_DIR/xc7/install
|
mkdir -p $INSTALL_DIR/xc7/install
|
||||||
|
wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/66/20200914-111752/symbiflow-arch-defs-install-05d68df0.tar.xz | tar -xJC $INSTALL_DIR/xc7/install
|
||||||
conda deactivate
|
conda deactivate
|
||||||
|
|
||||||
.. toolchain_include_end_label
|
.. toolchain_include_end_label
|
||||||
|
|
Loading…
Reference in a new issue