File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ RUN cpanm --notest Module::Pluggable
62
62
RUN cpanm Bit::Vector Capture::Tiny DateTime DateTime::Format::W3CDTF Devel::Cover Digest::MD5 File::Spec JSON::XS Memory::Process Time::HiRes
63
63
64
64
# Clone and build Verilator
65
- RUN git clone https://github.com/verilator /verilator verilator && \
65
+ RUN git clone https://github.com/antmicro /verilator verilator && \
66
66
cd verilator && \
67
67
git checkout ${VERILATOR_VERSION} && \
68
68
autoconf && \
Original file line number Diff line number Diff line change 10
10
build :
11
11
runs-on : ubuntu-20.04
12
12
env :
13
- VERILATOR_VERSION : v5.024
13
+ VERILATOR_VERSION : pragma-coverage-off
14
14
VERILATOR_UVM_VERSION : 7ca2d6470a
15
15
OPENOCD_VERSION : riscv-nohalt-rebase
16
16
RENODE_VERSION : 1.15.3+20240924gitc7bc336bb
You can’t perform that action at this time.
0 commit comments