Update versions of tools. Fix supply bug in predecode.

This commit is contained in:
mrg
2022-06-08 13:50:25 -07:00
parent cb3d7b9d5d
commit ad6633ddca
5 changed files with 16 additions and 11 deletions
+3 -3
View File
@@ -111,8 +111,8 @@ RUN ./autogen.sh \
RUN rm -rf /root/ngspice
### Netgen ###
#ARG NETGEN_COMMIT=1.5.219
ARG NETGEN_COMMIT=88d53fab15eb611cffc024eebf8743fae5cf8cb7
#ARG NETGEN_COMMIT=1.5.195
ARG NETGEN_COMMIT=1.5.221
WORKDIR /root
#RUN git clone https://github.com/RTimothyEdwards/netgen.git netgen
RUN git clone git://opencircuitdesign.com/netgen netgen
@@ -129,7 +129,7 @@ RUN apt-get install --no-install-recommends -y iverilog
### Magic ###
#ARG MAGIC_COMMIT=db4fa65bfc096e63954b37b188ea27b90ab31839
#ARG MAGIC_COMMIT=8.3.274
ARG MAGIC_COMMIT=8.3.211
ARG MAGIC_COMMIT=8.3.309
WORKDIR /root
#RUN git clone https://github.com/RTimothyEdwards/magic.git magic
RUN git clone git://opencircuitdesign.com/magic magic