There was an error while loading. Please reload this page.
2 parents 2d706ec + 8d9dd44 commit b19ad07Copy full SHA for b19ad07
1 file changed
Dockerfile
@@ -89,10 +89,10 @@ RUN git clone https://github.com/ghdl/ghdl-yosys-plugin.git ghdl-yosys-plugin &&
89
FROM base AS build-verilator
90
91
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"
+ARG DEPS_VERILATOR="perl make autoconf g++ flex bison ccache libgoogle-perftools-dev numactl perl-doc libfl2 libfl-dev zlib1g zlib1g-dev help2man"
93
RUN apt-get install -y --no-install-recommends $DEPS_VERILATOR
94
95
-ARG VERILATOR_VERSION="v4.228"
+ARG VERILATOR_VERSION="v5.036"
96
RUN git clone https://github.com/verilator/verilator verilator && \
97
cd verilator && \
98
git checkout $VERILATOR_VERSION && \
0 commit comments