Skip to content

Commit

Permalink
upgrade yosys to 0.41
Browse files Browse the repository at this point in the history
  • Loading branch information
Readon committed Jun 3, 2024
1 parent 347a98b commit 1aadf7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV PREFIX=/opt
ARG DEPS_YOSYS="autoconf build-essential clang cmake libffi-dev libreadline-dev pkg-config tcl-dev unzip flex bison"
RUN apt-get install -y --no-install-recommends $DEPS_YOSYS

ARG YOSYS_VERSION="yosys-0.28"
ARG YOSYS_VERSION="yosys-0.41"
RUN git clone https://github.com/YosysHQ/yosys.git yosys && \
cd yosys && \
git checkout $YOSYS_VERSION && \
Expand Down Expand Up @@ -57,7 +57,7 @@ RUN curl -L "https://github.com/Boolector/boolector/archive/refs/tags/$BOOLECTOR
&& cd .. \
&& rm -Rf boolector-$BOOLECTOR_VERSION

ARG SYMBIYOSYS_VERSION="yosys-0.28"
ARG SYMBIYOSYS_VERSION="yosys-0.41"
RUN git clone https://github.com/YosysHQ/sby.git SymbiYosys && \
cd SymbiYosys && \
git checkout $SYMBIYOSYS_VERSION && \
Expand Down

0 comments on commit 1aadf7d

Please sign in to comment.