Skip to content

Commit b19ad07

Browse files
authored
Merge pull request #19 from jaynerlin/update_verilator
upgrade the Verilator version to the latest version
2 parents 2d706ec + 8d9dd44 commit b19ad07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ RUN git clone https://github.com/ghdl/ghdl-yosys-plugin.git ghdl-yosys-plugin &&
8989
FROM base AS build-verilator
9090

9191
ENV PREFIX=/opt
92-
ARG DEPS_VERILATOR="perl make autoconf g++ flex bison ccache libgoogle-perftools-dev numactl perl-doc libfl2 libfl-dev zlib1g zlib1g-dev"
92+
ARG DEPS_VERILATOR="perl make autoconf g++ flex bison ccache libgoogle-perftools-dev numactl perl-doc libfl2 libfl-dev zlib1g zlib1g-dev help2man"
9393
RUN apt-get install -y --no-install-recommends $DEPS_VERILATOR
9494

95-
ARG VERILATOR_VERSION="v4.228"
95+
ARG VERILATOR_VERSION="v5.036"
9696
RUN git clone https://github.com/verilator/verilator verilator && \
9797
cd verilator && \
9898
git checkout $VERILATOR_VERSION && \

0 commit comments

Comments
 (0)