From df825b6e325d0c2b380a114b6aadde0b4142d23f Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Mon, 23 Aug 2021 09:54:30 +0200 Subject: [PATCH 1/2] xc7: update packages Signed-off-by: Alessandro Comodi --- docs/getting-symbiflow.rst | 10 +++++----- xc7/environment.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/getting-symbiflow.rst b/docs/getting-symbiflow.rst index 4ed500a..5ee865e 100644 --- a/docs/getting-symbiflow.rst +++ b/docs/getting-symbiflow.rst @@ -117,11 +117,11 @@ Download architecture definitions: :name: download-arch-def-xc7 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/361/20210816-133520/symbiflow-arch-defs-install-5bd496ab.tar.xz | tar -xJC $INSTALL_DIR/xc7/install - wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/361/20210816-133520/symbiflow-arch-defs-xc7a50t_test-5bd496ab.tar.xz | tar -xJC $INSTALL_DIR/xc7/install - wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/361/20210816-133520/symbiflow-arch-defs-xc7a100t_test-5bd496ab.tar.xz | tar -xJC $INSTALL_DIR/xc7/install - wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/361/20210816-133520/symbiflow-arch-defs-xc7a200t_test-5bd496ab.tar.xz | tar -xJC $INSTALL_DIR/xc7/install - wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/361/20210816-133520/symbiflow-arch-defs-xc7z010_test-5bd496ab.tar.xz | tar -xJC $INSTALL_DIR/xc7/install + wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/367/20210822-000315/symbiflow-arch-defs-install-709cac78.tar.xz | tar -xJC $INSTALL_DIR/xc7/install + wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/367/20210822-000315/symbiflow-arch-defs-xc7a50t_test-709cac78.tar.xz | tar -xJC $INSTALL_DIR/xc7/install + wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/367/20210822-000315/symbiflow-arch-defs-xc7a100t_test-709cac78.tar.xz | tar -xJC $INSTALL_DIR/xc7/install + wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/367/20210822-000315/symbiflow-arch-defs-xc7a200t_test-709cac78.tar.xz | tar -xJC $INSTALL_DIR/xc7/install + wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/367/20210822-000315/symbiflow-arch-defs-xc7z010_test-709cac78.tar.xz | tar -xJC $INSTALL_DIR/xc7/install .. group-tab:: EOS-S3 diff --git a/xc7/environment.yml b/xc7/environment.yml index 86c0ac4..934e002 100644 --- a/xc7/environment.yml +++ b/xc7/environment.yml @@ -8,7 +8,7 @@ dependencies: - litex-hub::prjxray-db=0.0_248_g2e51ad3=20210312_125539 - litex-hub::vtr-optimized=8.0.0_4118_g06317d042=20210813_070938 - litex-hub::yosys=0.9_5567_g539d4ee9=20210813_070938_py37 - - litex-hub::symbiflow-yosys-plugins=1.0.0_7_375_ge9e412b=20210813_070938 + - litex-hub::symbiflow-yosys-plugins=1.0.0_7_382_g6712d71=20210818_135210 - make - lxml - simplejson From 39ba2d5e7010f94817b3b190f20a310cd4efcccc Mon Sep 17 00:00:00 2001 From: Maciej Kurc Date: Wed, 8 Sep 2021 14:28:05 +0200 Subject: [PATCH 2/2] Pinned quicklogic-fasm version used in CI Signed-off-by: Maciej Kurc --- eos-s3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos-s3/requirements.txt b/eos-s3/requirements.txt index b3b3f58..368945e 100644 --- a/eos-s3/requirements.txt +++ b/eos-s3/requirements.txt @@ -1,3 +1,3 @@ python-constraint serial -git+https://github.com/QuickLogic-Corp/quicklogic-fasm +git+https://github.com/QuickLogic-Corp/quicklogic-fasm@57b6e60574a9d483dc94710d0d3ff42a62b4ec41