aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-03-23 17:33:55 +0000
committerGitHub <noreply@github.com>2021-03-23 17:33:55 +0000
commit3cc50a5744beeae63ffb9ecd2064666e90d26be4 (patch)
treec8e66be71668d0baf20f2e92bc1755d8ebbabafa /.github
parent323da87dec3819a100b7d5d19a1ddd2340f26caa (diff)
parent720f64ea6017fa3e42f80eba64cc615c64788914 (diff)
downloadnextpnr-3cc50a5744beeae63ffb9ecd2064666e90d26be4.tar.gz
nextpnr-3cc50a5744beeae63ffb9ecd2064666e90d26be4.tar.bz2
nextpnr-3cc50a5744beeae63ffb9ecd2064666e90d26be4.zip
Merge pull request #644 from litghost/add_global_buffers
[FPGA interchange] Add support for global buffers from chipdb.
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 ec70f478..591494d8 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.3"
+PYTHON_INTERCHANGE_TAG="v0.0.4"
# Install python-fpga-interchange libraries
git clone -b $PYTHON_INTERCHANGE_TAG https://github.com/SymbiFlow/python-fpga-interchange.git $PYTHON_INTERCHANGE_PATH