From 91ec3e1fc9c4a82f8aefbf017710d4f47a5d580c Mon Sep 17 00:00:00 2001 From: NikLeberg Date: Wed, 26 Jun 2024 16:48:54 +0000 Subject: [PATCH] update GHDL for spinal pr [#1429](https://github.com/SpinalHDL/SpinalHDL/pull/1429 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 80f2e61..c94aa8c 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="v4.1.0" +ARG GHDL_VERSION="3b05281" RUN git clone https://github.com/ghdl/ghdl ghdl && \ cd ghdl && \ git checkout $GHDL_VERSION && \