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

[Docker] update PYNQ-HelloWorld to make DWCs optional for PYNQ-Z1

parent fb5f6000
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 bb65d0f7ec030e97a22aba513babd5d6c94c07bf
RUN git -C /workspace/PYNQ-HelloWorld checkout 2a8ce3f63a7a7284de9320ef8be203236aafd0e4
# 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 bb65d0f7ec030e97a22aba513babd5d6c94c07bf
RUN git -C /workspace/PYNQ-HelloWorld checkout 2a8ce3f63a7a7284de9320ef8be203236aafd0e4
# 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