From 3e7595984943f11f7dd227313f54ef75e41713f5 Mon Sep 17 00:00:00 2001 From: Yindong Xiao Date: Tue, 15 Oct 2024 09:55:34 +0800 Subject: [PATCH] upgrade ghdl to avoid corruption. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c94aa8c..5aef270 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \