aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ci
diff options
context:
space:
mode:
authorKeith Rothman <537074+litghost@users.noreply.github.com>2021-03-22 15:55:34 -0700
committerKeith Rothman <537074+litghost@users.noreply.github.com>2021-03-23 09:01:43 -0700
commit8a50b02b9bbaf292fb6294eda5df162f3295f149 (patch)
tree5caa463594b7e2468b4d17ec33aa019ec42cb22d /.github/ci
parentaf1fba9f5232706af4ae31ad5b0186b44de03cfa (diff)
downloadnextpnr-8a50b02b9bbaf292fb6294eda5df162f3295f149.tar.gz
nextpnr-8a50b02b9bbaf292fb6294eda5df162f3295f149.tar.bz2
nextpnr-8a50b02b9bbaf292fb6294eda5df162f3295f149.zip
Use new parameter definition data in FPGA interchange processing.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to '.github/ci')
-rwxr-xr-x.github/ci/build_interchange.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ci/build_interchange.sh b/.github/ci/build_interchange.sh
index 14b129fa..ec70f478 100755
--- a/.github/ci/build_interchange.sh
+++ b/.github/ci/build_interchange.sh
@@ -26,7 +26,7 @@ popd
RAPIDWRIGHT_PATH="`pwd`/RapidWright"
INTERCHANGE_SCHEMA_PATH="`pwd`/3rdparty/fpga-interchange-schema/interchange"
PYTHON_INTERCHANGE_PATH="`pwd`/python-fpga-interchange"
-PYTHON_INTERCHANGE_TAG="v0.0.2"
+PYTHON_INTERCHANGE_TAG="v0.0.3"
# Install python-fpga-interchange libraries
git clone -b $PYTHON_INTERCHANGE_TAG https://github.com/SymbiFlow/python-fpga-interchange.git $PYTHON_INTERCHANGE_PATH