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

[Docker] update PYNQ-HelloWorld to get slim PYNQ-Z1 shell

parent 9f8f1ef5
No related branches found
No related tags found
No related merge requests found
......@@ -63,8 +63,8 @@ RUN git clone https://github.com/maltanar/pyverilator /workspace/pyverilator
RUN git -C /workspace/pyverilator checkout 307fc5c82db748620836307a2002fdc9fe170226
# PYNQ-HelloWorld
RUN git clone --branch feature/synth_rpt https://github.com/maltanar/PYNQ-HelloWorld.git /workspace/PYNQ-HelloWorld
RUN git -C /workspace/PYNQ-HelloWorld checkout db7e418767ce2a8e08fe732ddb3aa56ee79b7560
RUN git clone https://github.com/maltanar/PYNQ-HelloWorld.git /workspace/PYNQ-HelloWorld
RUN git -C /workspace/PYNQ-HelloWorld checkout bb65d0f7ec030e97a22aba513babd5d6c94c07bf
# 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 8c46ceb0cfaa7d6756e9b6ef2d337202ae27ea7c
RUN git -C /workspace/PYNQ-HelloWorld checkout bb65d0f7ec030e97a22aba513babd5d6c94c07bf
# 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