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

- Support named properties
- Add `ENUMVALUE` warning when value misused for `enum`
- Deprecate `--no-threads`; use `--threads 1` for single threaded

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

Test Plan: - Run C++ Example Execution

Reviewers: #triage_team, Staudey

Reviewed By: Staudey

Subscribers: Staudey

Differential Revision: https://dev.getsol.us/D13870
  • Loading branch information
davidjharder authored and Staudey committed Dec 17, 2022
1 parent e0c7349 commit 24ce1fc
Show file tree
Hide file tree
Showing 2 changed files with 9 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.002'
release : 33
version : '5.004'
release : 34
source :
- https://github.com/verilator/verilator/archive/refs/tags/v5.002.tar.gz : 72d68469fc1262e6288d099062b960a2f65e9425bdb546cba141a2507decd951
- https://github.com/verilator/verilator/archive/refs/tags/v5.004.tar.gz : 7d193a09eebefdbec8defaabfc125663f10cf6ab0963ccbefdfe704a8a4784d2
license :
- LGPL-3.0-only
- Artistic-2.0
Expand Down
10 changes: 6 additions & 4 deletions pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,13 @@
<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>
<Path fileType="data">/usr/share/verilator/include/verilated_profiler.cpp</Path>
<Path fileType="data">/usr/share/verilator/include/verilated_profiler.h</Path>
<Path fileType="data">/usr/share/verilator/include/verilated_save.cpp</Path>
<Path fileType="data">/usr/share/verilator/include/verilated_save.h</Path>
<Path fileType="data">/usr/share/verilator/include/verilated_sc.h</Path>
<Path fileType="data">/usr/share/verilator/include/verilated_std.sv</Path>
<Path fileType="data">/usr/share/verilator/include/verilated_sym_props.h</Path>
<Path fileType="data">/usr/share/verilator/include/verilated_syms.h</Path>
<Path fileType="data">/usr/share/verilator/include/verilated_threads.cpp</Path>
Expand Down Expand Up @@ -134,16 +136,16 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="33">verilator</Dependency>
<Dependency release="34">verilator</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/pkgconfig/verilator.pc</Path>
</Files>
</Package>
<History>
<Update release="33">
<Date>2022-11-04</Date>
<Version>5.002</Version>
<Update release="34">
<Date>2022-12-16</Date>
<Version>5.004</Version>
<Comment>Packaging update</Comment>
<Name>David Harder</Name>
<Email>david@davidjharder.ca</Email>
Expand Down

0 comments on commit 24ce1fc

Please sign in to comment.