Skip to content
Snippets Groups Projects
Commit 513b129a authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Docker] update PYNQ-HelloWorld to get u96 fixes

parent 5e5afe0f
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ RUN git -C /workspace/pyverilator checkout 307fc5c82db748620836307a2002fdc9fe170
# PYNQ-HelloWorld
RUN git clone https://github.com/maltanar/PYNQ-HelloWorld.git /workspace/PYNQ-HelloWorld
RUN git -C /workspace/PYNQ-HelloWorld checkout 6a4d11cf3e96f42afed5f7a7570c40bb1802a1ab
RUN git -C /workspace/PYNQ-HelloWorld checkout 0c82a61b0ec1a07fa275a14146233824ded7a13d
# FINN
RUN git clone --branch $FINN_CI_BRANCH https://github.com/Xilinx/finn /workspace/finn
......
......@@ -97,7 +97,7 @@ RUN git -C /workspace/pyverilator checkout 307fc5c82db748620836307a2002fdc9fe170
# PYNQ-HelloWorld
RUN git clone https://github.com/maltanar/PYNQ-HelloWorld.git /workspace/PYNQ-HelloWorld
RUN git -C /workspace/PYNQ-HelloWorld checkout 6a4d11cf3e96f42afed5f7a7570c40bb1802a1ab
RUN git -C /workspace/PYNQ-HelloWorld checkout 0c82a61b0ec1a07fa275a14146233824ded7a13d
# Note that we expect the cloned finn directory on the host to be
# mounted on /workspace/finn -- see run-docker.sh for an example
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment