From 9396358044ea1891584cf797e1561001aff343f3 Mon Sep 17 00:00:00 2001 From: auphelia <jakobapk@web.de> Date: Wed, 25 Mar 2020 15:40:35 +0000 Subject: [PATCH] [Docker] Change finn-hlslib version temporarily to version from T.Alonso --- run-docker.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run-docker.sh b/run-docker.sh index e8a3d105e..e01073308 100755 --- a/run-docker.sh +++ b/run-docker.sh @@ -68,7 +68,8 @@ SCRIPTPATH=$(dirname "$SCRIPT") BREVITAS_REPO=https://github.com/Xilinx/brevitas.git EXAMPLES_REPO=https://github.com/maltanar/brevitas_cnv_lfc.git CNPY_REPO=https://github.com/rogersce/cnpy.git -FINN_HLS_REPO=https://github.com/Xilinx/finn-hlslib.git +#FINN_HLS_REPO=https://github.com/Xilinx/finn-hlslib.git +FINN_HLS_REPO=https://github.com/Tobi-Alonso/finn-hlslib.git PYVERILATOR_REPO=https://github.com/maltanar/pyverilator PYNQSHELL_REPO=https://github.com/maltanar/PYNQ-HelloWorld.git -- GitLab