From 4be648cd81e3553e9bfbe9b14a1fe1c4c186f531 Mon Sep 17 00:00:00 2001 From: Karol Gugala Date: Wed, 27 May 2020 09:54:51 +0200 Subject: [PATCH] Update README.md Signed-off-by: Karol Gugala --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba84a27..9ca6957 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,13 @@ conda config --set always_yes yes --set changeps1 no conda config --add channels conda-forge conda config --add channels symbiflow conda update -q conda +wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/4/20200416-002215/symbiflow-arch-defs-install-a321d9d9.tar.xz | tar -xJ -C $INSTALL_DIR conda activate conda install -c symbiflow yosys conda install -c symbiflow yosys-plugins conda install -c symbiflow vtr=8.0.0.rc2_3575_g253f75b6d conda install python-constraint make lxml simplejson intervaltree git pip pip install git+https://github.com/symbiflow/fasm -wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/4/20200416-002215/symbiflow-arch-defs-install-a321d9d9.tar.xz | tar -xJ -C $INSTALL_DIR conda deactivate ```