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.226
Browse files Browse the repository at this point in the history
Summary: Changelog available [here](verilator/verilator-announce#55)

Test Plan: Run the Example C++ Execution

Reviewers: #triage_team, algent

Reviewed By: #triage_team, algent

Subscribers: algent

Differential Revision: https://dev.getsol.us/D13534
  • Loading branch information
davidjharder authored and algent-al committed Sep 2, 2022
1 parent 14c1198 commit 0be69b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ libc.so.6:pthread_mutex_unlock
libc.so.6:pthread_once
libc.so.6:putc
libc.so.6:putwc
libc.so.6:qsort
libc.so.6:read
libc.so.6:readdir
libc.so.6:realloc
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.224'
release : 30
version : '4.226'
release : 31
source :
- https://github.com/verilator/verilator/archive/refs/tags/v4.224.tar.gz : 010ff2b5c76d4dbc2ed4a3278a5599ba35c8ed4c05690e57296d6b281591367b
- https://github.com/verilator/verilator/archive/refs/tags/v4.226.tar.gz : 70bc941d86e4810253d51aa94898b0802d916ab76296a398f8ceb8798122c9be
license :
- LGPL-3.0-only
- Artistic-2.0
Expand Down
8 changes: 4 additions & 4 deletions pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,16 +130,16 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="30">verilator</Dependency>
<Dependency release="31">verilator</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/pkgconfig/verilator.pc</Path>
</Files>
</Package>
<History>
<Update release="30">
<Date>2022-06-19</Date>
<Version>4.224</Version>
<Update release="31">
<Date>2022-09-01</Date>
<Version>4.226</Version>
<Comment>Packaging update</Comment>
<Name>David Harder</Name>
<Email>david@davidjharder.ca</Email>
Expand Down

0 comments on commit 0be69b2

Please sign in to comment.