aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAlessandro Comodi <acomodi@antmicro.com>2021-06-11 11:49:27 +0200
committerAlessandro Comodi <acomodi@antmicro.com>2021-06-11 11:49:59 +0200
commitaa1784c5d9d0b5a3c26b0a148afa6b2de3dc68de (patch)
treeb68e79f3e3972e913a0fba94ea7b654208199426 /.github
parentb65dbd5c9e48e727478cd207e37f4f93c91d6f10 (diff)
downloadnextpnr-aa1784c5d9d0b5a3c26b0a148afa6b2de3dc68de.tar.gz
nextpnr-aa1784c5d9d0b5a3c26b0a148afa6b2de3dc68de.tar.bz2
nextpnr-aa1784c5d9d0b5a3c26b0a148afa6b2de3dc68de.zip
interchange: ci: add RW patch for missing cell bel maps
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
Diffstat (limited to '.github')
-rwxr-xr-x.github/ci/build_interchange.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/ci/build_interchange.sh b/.github/ci/build_interchange.sh
index 8168d519..47f9b281 100755
--- a/.github/ci/build_interchange.sh
+++ b/.github/ci/build_interchange.sh
@@ -49,6 +49,9 @@ function get_dependencies {
git clone https://github.com/Xilinx/RapidWright.git ${RAPIDWRIGHT_PATH}
pushd ${RAPIDWRIGHT_PATH}
make update_jars
+ # TODO: remove this patch once https://github.com/Xilinx/RapidWright/issues/183 is solved
+ wget https://github.com/Xilinx/RapidWright/releases/download/v2020.2.5-beta/rapidwright_api_lib-2020.2.5-patch1.zip
+ unzip -o rapidwright_api_lib-2020.2.5-patch1.zip
popd
fi
}