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.012
Browse files Browse the repository at this point in the history
**Summarized Changelog**

- With `-j` or `--build-jobs`, multithread Verilator's emit phase of Verilation. Additional Verilator-internal stages will become multithreaded over time.

Full changelog [here](verilator/verilator-announce#62)
  • Loading branch information
davidjharder committed Jul 26, 2023
1 parent 7b59b2c commit e49107a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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.010'
release : 35
version : '5.012'
release : 36
source :
- https://github.com/verilator/verilator/archive/refs/tags/v5.010.tar.gz : ca82b57ce2d2b34eed3f04d5daf7eae6ad41276cda88efbb59ebd6467e65d635
- https://github.com/verilator/verilator/archive/refs/tags/v5.012.tar.gz : db19a7d7615b37d9108654e757427e4c3f44e6e973ed40dd5e0e80cc6beb8467
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 @@ -139,16 +139,16 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="35">verilator</Dependency>
<Dependency release="36">verilator</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/pkgconfig/verilator.pc</Path>
</Files>
</Package>
<History>
<Update release="35">
<Date>2023-05-05</Date>
<Version>5.010</Version>
<Update release="36">
<Date>2023-07-26</Date>
<Version>5.012</Version>
<Comment>Packaging update</Comment>
<Name>David Harder</Name>
<Email>[email protected]</Email>
Expand Down

0 comments on commit e49107a

Please sign in to comment.