From 11329c06d0441c2cd15c29bae699865a3cde4361 Mon Sep 17 00:00:00 2001 From: Tim Callahan Date: Thu, 17 Sep 2020 14:58:40 -0700 Subject: [PATCH] Attempt to roll tarball and Yosys packages for symbiflow-examples. Signed-off-by: Tim Callahan --- README.rst | 2 +- xc7/environment.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 660be00..96f0ca8 100644 --- a/README.rst +++ b/README.rst @@ -47,7 +47,7 @@ This section describes how to install the toolchain. This procedure is divided i source "$INSTALL_DIR/conda/etc/profile.d/conda.sh" conda env create -f xc7/environment.yml conda activate xc7 - wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/presubmit/install/477/20200714-082108/symbiflow-arch-defs-install-8eb88e76.tar.xz | tar -xJ --one-top-level=$INSTALL_DIR/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 -xJ --one-top-level=$INSTALL_DIR/install conda deactivate * For the EOS S3 devices: diff --git a/xc7/environment.yml b/xc7/environment.yml index 0113bb2..ff52b3f 100644 --- a/xc7/environment.yml +++ b/xc7/environment.yml @@ -2,8 +2,8 @@ name: xc7 channels: - symbiflow dependencies: - - symbiflow::symbiflow-yosys=0.8_3925_g6bccd35a - - symbiflow::symbiflow-yosys-plugins=1.0.0.7_0032_g104f4fc + - symbiflow::symbiflow-yosys=0.8_6021_gd8b2d1a2 + - symbiflow::symbiflow-yosys-plugins=1.0.0.7_0117_g160b309 - symbiflow::symbiflow-vtr=8.0.0.rc2_4003_g8980e4621 - symbiflow::prjxray-db=0.0_0230_g485a837 - symbiflow::prjxray-tools