From aa1784c5d9d0b5a3c26b0a148afa6b2de3dc68de Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Fri, 11 Jun 2021 11:49:27 +0200 Subject: [PATCH] interchange: ci: add RW patch for missing cell bel maps Signed-off-by: Alessandro Comodi --- .github/ci/build_interchange.sh | 3 +++ 1 file changed, 3 insertions(+) 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 }