From 7cdcc13e2db6aa7fc82e59f92fd697648ecaa4df Mon Sep 17 00:00:00 2001 From: Yaman Umuroglu <maltanar@gmail.com> Date: Thu, 16 Apr 2020 21:13:20 +0100 Subject: [PATCH] [Docker] temporarily change hlslib to use own fork this is to test the streaming MVAU fixes --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9e04d4182..eb0e746df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,8 +51,8 @@ RUN pip install sphinx_rtd_theme # cloning dependency repos # Brevitas -RUN git clone --branch feature/finn_onnx_export https://github.com/Xilinx/brevitas.git /workspace/brevitas -RUN git -C /workspace/brevitas checkout 215cf44c76d562339fca368c8c3afee3110033e8 +RUN git clone --branch feature/finn_onnx_export https://github.com/Xilinx/brevitas.git /workspace/brevitas +RUN git -C /workspace/brevitas checkout 215cf44c76d562339fca368c8c3afee3110033e8 # Brevitas examples RUN git clone --branch feature/rework_scaling_clipping https://github.com/maltanar/brevitas_cnv_lfc.git /workspace/brevitas_cnv_lfc @@ -63,8 +63,8 @@ RUN git clone https://github.com/rogersce/cnpy.git /workspace/cnpy RUN git -C /workspace/cnpy checkout 4e8810b1a8637695171ed346ce68f6984e585ef4 # FINN hlslib -RUN git clone https://github.com/Xilinx/finn-hlslib.git /workspace/finn-hlslib -RUN git -C /workspace/finn-hlslib checkout a3e2f9af50412461deeb27f4b62f5391ff48cb52 +RUN git clone https://github.com/maltanar/finn-hlslib.git /workspace/finn-hlslib +RUN git -C /workspace/finn-hlslib checkout b139bf051ac8f8e0a3625509247f714127cf3317 # PyVerilator RUN git clone https://github.com/maltanar/pyverilator /workspace/pyverilator -- GitLab