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

Commit

Permalink
verilator: Update to 5.014
Browse files Browse the repository at this point in the history
Changelog available [here](verilator/verilator-announce#63)
  • Loading branch information
davidjharder committed Aug 8, 2023
1 parent e49107a commit 19a213d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 4 additions & 0 deletions abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,15 @@ libc.so.6:pthread_cond_destroy
libc.so.6:pthread_cond_signal
libc.so.6:pthread_cond_wait
libc.so.6:pthread_create
libc.so.6:pthread_getspecific
libc.so.6:pthread_join
libc.so.6:pthread_key_create
libc.so.6:pthread_key_delete
libc.so.6:pthread_mutex_lock
libc.so.6:pthread_mutex_trylock
libc.so.6:pthread_mutex_unlock
libc.so.6:pthread_once
libc.so.6:pthread_setspecific
libc.so.6:putc
libc.so.6:putwc
libc.so.6:read
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 : '5.012'
release : 36
version : '5.014'
release : 37
source :
- https://github.com/verilator/verilator/archive/refs/tags/v5.012.tar.gz : db19a7d7615b37d9108654e757427e4c3f44e6e973ed40dd5e0e80cc6beb8467
- https://github.com/verilator/verilator/archive/refs/tags/v5.014.tar.gz : 36e16c8a7c4b376f88d87411cea6ee68710e6d1382a13faf21f35d65b54df4a7
license :
- LGPL-3.0-only
- Artistic-2.0
Expand Down
9 changes: 4 additions & 5 deletions pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
<Path fileType="data">/usr/share/verilator/include/verilated_fst_sc.cpp</Path>
<Path fileType="data">/usr/share/verilator/include/verilated_fst_sc.h</Path>
<Path fileType="data">/usr/share/verilator/include/verilated_funcs.h</Path>
<Path fileType="data">/usr/share/verilator/include/verilated_heavy.h</Path>
<Path fileType="data">/usr/share/verilator/include/verilated_imp.h</Path>
<Path fileType="data">/usr/share/verilator/include/verilated_intrinsics.h</Path>
<Path fileType="data">/usr/share/verilator/include/verilated_probdist.cpp</Path>
Expand Down Expand Up @@ -139,16 +138,16 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="36">verilator</Dependency>
<Dependency release="37">verilator</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/pkgconfig/verilator.pc</Path>
</Files>
</Package>
<History>
<Update release="36">
<Date>2023-07-26</Date>
<Version>5.012</Version>
<Update release="37">
<Date>2023-08-08</Date>
<Version>5.014</Version>
<Comment>Packaging update</Comment>
<Name>David Harder</Name>
<Email>[email protected]</Email>
Expand Down

0 comments on commit 19a213d

Please sign in to comment.