interchange: ci: add RW patch for missing cell bel maps
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
b65dbd5c9e
commit
aa1784c5d9
3
.github/ci/build_interchange.sh
vendored
3
.github/ci/build_interchange.sh
vendored
@ -49,6 +49,9 @@ function get_dependencies {
|
|||||||
git clone https://github.com/Xilinx/RapidWright.git ${RAPIDWRIGHT_PATH}
|
git clone https://github.com/Xilinx/RapidWright.git ${RAPIDWRIGHT_PATH}
|
||||||
pushd ${RAPIDWRIGHT_PATH}
|
pushd ${RAPIDWRIGHT_PATH}
|
||||||
make update_jars
|
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
|
popd
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user