Skip to content

Commit

Permalink
Merge pull request #15 from NikLeberg/update_ghdl
Browse files Browse the repository at this point in the history
update GHDL
  • Loading branch information
Readon authored Jun 27, 2024
2 parents 5380646 + 91ec3e1 commit e33e129
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="v4.1.0"
ARG GHDL_VERSION="3b05281"
RUN git clone https://github.com/ghdl/ghdl ghdl && \
cd ghdl && \
git checkout $GHDL_VERSION && \
Expand Down

0 comments on commit e33e129

Please sign in to comment.