Skip to content
Snippets Groups Projects
Commit 8268ec25 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Deps] update pyverilator

parent df9aa4a4
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ RUN locale-gen "en_US.UTF-8"
RUN apt-get install -y git perl python3 make autoconf g++ flex bison ccache libgoogle-perftools-dev numactl perl-doc libfl2 libfl-dev zlibc zlib1g zlib1g-dev
RUN git clone https://github.com/verilator/verilator
RUN cd verilator && \
git checkout v4.012 && \
git checkout v4.224 && \
autoconf && \
./configure && \
make -j4 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment