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

- Add `--lib-create`, similar to `--protect-lib` but without protections
- Support tracing through `--hierarchical`/`--lib-create` libraries

Full changelog [here](verilator/verilator-announce#50)

Test Plan: - Ran example C++ compilation from verilator docs

Reviewers: #triage_team, JoshStrobl

Reviewed By: #triage_team, JoshStrobl

Subscribers: JoshStrobl

Differential Revision: https://dev.getsol.us/D12419
  • Loading branch information
davidjharder authored and JoshStrobl committed Dec 8, 2021
1 parent 091e576 commit 08140c5
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 : '4.214'
release : 25
version : '4.216'
release : 26
source :
- https://github.com/verilator/verilator/archive/refs/tags/v4.214.tar.gz : e14c7f6ffb00a6746ae2a8ea0424e90a1a30067e8ae4c96b8c42689ca1ca0b1f
- https://github.com/verilator/verilator/archive/refs/tags/v4.216.tar.gz : 64e5093b629a7e96178e3b2494f208955f218dfac6f310a91e4fc07d050c980b
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 @@ -129,16 +129,16 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="25">verilator</Dependency>
<Dependency release="26">verilator</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/pkgconfig/verilator.pc</Path>
</Files>
</Package>
<History>
<Update release="25">
<Date>2021-10-18</Date>
<Version>4.214</Version>
<Update release="26">
<Date>2021-12-08</Date>
<Version>4.216</Version>
<Comment>Packaging update</Comment>
<Name>David Harder</Name>
<Email>[email protected]</Email>
Expand Down

0 comments on commit 08140c5

Please sign in to comment.