Skip to content

Commit

Permalink
Merge pull request #16 from Readon/master
Browse files Browse the repository at this point in the history
upgrade ghdl to avoid corruption.
  • Loading branch information
Readon authored Oct 15, 2024
2 parents e33e129 + 3e75959 commit e6efb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN git clone https://github.com/YosysHQ/sby.git SymbiYosys && \
cd .. && \
rm -Rf SymbiYosys

ARG GHDL_VERSION="3b05281"
ARG GHDL_VERSION="f5b887f"
RUN git clone https://github.com/ghdl/ghdl ghdl && \
cd ghdl && \
git checkout $GHDL_VERSION && \
Expand Down

0 comments on commit e6efb53

Please sign in to comment.