diff options
author | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-03-23 09:41:45 -0700 |
---|---|---|
committer | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-03-23 09:41:45 -0700 |
commit | 720f64ea6017fa3e42f80eba64cc615c64788914 (patch) | |
tree | 075d573940a92498d1a63aa2a46ca6c100f6a68c /.github/ci | |
parent | 831b94cdac7af66e11d0e3d67fa3bbff29678d05 (diff) | |
download | nextpnr-720f64ea6017fa3e42f80eba64cc615c64788914.tar.gz nextpnr-720f64ea6017fa3e42f80eba64cc615c64788914.tar.bz2 nextpnr-720f64ea6017fa3e42f80eba64cc615c64788914.zip |
[FPGA interchange] Add support for global buffers from chipdb.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to '.github/ci')
-rwxr-xr-x | .github/ci/build_interchange.sh | 2 |
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 |