Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
Update verilator to 4.224
Browse files Browse the repository at this point in the history
Summary:
**Major Changelog Items**

- VCD tracing is now parallelized with `--threads`

See Minor changelog items [here](verilator/verilator-announce#54)

Test Plan: - Run example C++ execution

Reviewers: #triage_team, Staudey

Reviewed By: Staudey

Subscribers: Staudey

Differential Revision: https://dev.getsol.us/D13296
  • Loading branch information
davidjharder authored and Staudey committed Jun 20, 2022
1 parent 3625c42 commit 14c1198
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ libc.so.6:__wcscoll_l
libc.so.6:__wcsftime_l
libc.so.6:__wcsxfrm_l
libc.so.6:__wctype_l
libc.so.6:_dl_find_object
libc.so.6:_exit
libc.so.6:abort
libc.so.6:bind_textdomain_codeset
libc.so.6:btowc
libc.so.6:close
libc.so.6:closedir
libc.so.6:dgettext
libc.so.6:dl_iterate_phdr
libc.so.6:dup2
libc.so.6:execl
libc.so.6:exit
Expand Down Expand Up @@ -89,7 +89,6 @@ libc.so.6:open
libc.so.6:opendir
libc.so.6:pipe
libc.so.6:poll
libc.so.6:printf
libc.so.6:pthread_mutex_lock
libc.so.6:pthread_mutex_unlock
libc.so.6:pthread_once
Expand All @@ -116,6 +115,7 @@ libc.so.6:strlen
libc.so.6:strncmp
libc.so.6:strncpy
libc.so.6:strrchr
libc.so.6:strstr
libc.so.6:strtod
libc.so.6:strtol
libc.so.6:strtold_l
Expand Down
6 changes: 3 additions & 3 deletions package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : verilator
version : '4.222'
release : 29
version : '4.224'
release : 30
source :
- https://github.com/verilator/verilator/archive/refs/tags/v4.222.tar.gz : 15c60175807c0f3536c3c5b435f131c2b1e8725aefd30645efd946bf401b4c84
- https://github.com/verilator/verilator/archive/refs/tags/v4.224.tar.gz : 010ff2b5c76d4dbc2ed4a3278a5599ba35c8ed4c05690e57296d6b281591367b
license :
- LGPL-3.0-only
- Artistic-2.0
Expand Down
10 changes: 5 additions & 5 deletions pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<Path fileType="data">/usr/share/verilator/include/verilated_threads.h</Path>
<Path fileType="data">/usr/share/verilator/include/verilated_trace.h</Path>
<Path fileType="data">/usr/share/verilator/include/verilated_trace_defs.h</Path>
<Path fileType="data">/usr/share/verilator/include/verilated_trace_imp.cpp</Path>
<Path fileType="data">/usr/share/verilator/include/verilated_trace_imp.h</Path>
<Path fileType="data">/usr/share/verilator/include/verilated_types.h</Path>
<Path fileType="data">/usr/share/verilator/include/verilated_vcd_c.cpp</Path>
<Path fileType="data">/usr/share/verilator/include/verilated_vcd_c.h</Path>
Expand All @@ -130,16 +130,16 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="29">verilator</Dependency>
<Dependency release="30">verilator</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/pkgconfig/verilator.pc</Path>
</Files>
</Package>
<History>
<Update release="29">
<Date>2022-05-06</Date>
<Version>4.222</Version>
<Update release="30">
<Date>2022-06-19</Date>
<Version>4.224</Version>
<Comment>Packaging update</Comment>
<Name>David Harder</Name>
<Email>david@davidjharder.ca</Email>
Expand Down

0 comments on commit 14c1198

Please sign in to comment.