aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-03-22 15:24:36 +0000
committerGitHub <noreply@github.com>2021-03-22 15:24:36 +0000
commit53ed6979a964f3eaaabc0d97399eec9b4c3347f9 (patch)
treeebff2c62dcf311c0431b6b2d65cd73fe08464260 /.github
parent68ca923bfefde24fa2b7cbc8c6f9817f1d93e1e5 (diff)
parent694f9ec3a53c4d2d80869987a691aebb5415c9e0 (diff)
downloadnextpnr-53ed6979a964f3eaaabc0d97399eec9b4c3347f9.tar.gz
nextpnr-53ed6979a964f3eaaabc0d97399eec9b4c3347f9.tar.bz2
nextpnr-53ed6979a964f3eaaabc0d97399eec9b4c3347f9.zip
Merge pull request #636 from litghost/add_pseudo_pip_data
Add pseudo pip data
Diffstat (limited to '.github')
-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 12de22df..14b129fa 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.1"
+PYTHON_INTERCHANGE_TAG="v0.0.2"
# Install python-fpga-interchange libraries
git clone -b $PYTHON_INTERCHANGE_TAG https://github.com/SymbiFlow/python-fpga-interchange.git $PYTHON_INTERCHANGE_PATH