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

- Major Changes
  - Add profile-guided optmization of mtasks
- Minor Changes
  - Refer to full changelog [here](verilator/verilator-announce#49)

Test Plan: - Run Example C++ Execution from the verilator manual

Reviewers: #triage_team, JoshStrobl

Reviewed By: #triage_team, JoshStrobl

Subscribers: JoshStrobl

Differential Revision: https://dev.getsol.us/D12051
  • Loading branch information
davidjharder authored and JoshStrobl committed Oct 18, 2021
1 parent 8b42979 commit 091e576
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 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.212'
release : 24
version : '4.214'
release : 25
source :
- https://github.com/verilator/verilator/archive/refs/tags/v4.212.tar.gz : 7b655859e4e75c9673141aede8f5a20f47e4c380055d1a588d5be60cbbc73619
- https://github.com/verilator/verilator/archive/refs/tags/v4.214.tar.gz : e14c7f6ffb00a6746ae2a8ea0424e90a1a30067e8ae4c96b8c42689ca1ca0b1f
license :
- LGPL-3.0-only
- Artistic-2.0
Expand Down
13 changes: 7 additions & 6 deletions pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
<Path fileType="executable">/usr/bin/verilator_profcfunc</Path>
<Path fileType="man">/usr/share/man/man1/verilator.1</Path>
<Path fileType="man">/usr/share/man/man1/verilator_coverage.1</Path>
<Path fileType="man">/usr/share/man/man1/verilator_gantt.1</Path>
<Path fileType="man">/usr/share/man/man1/verilator_profcfunc.1</Path>
<Path fileType="data">/usr/share/verilator/bin/verilator_ccache_report</Path>
<Path fileType="data">/usr/share/verilator/bin/verilator_includer</Path>
<Path fileType="data">/usr/share/verilator/examples/cmake_hello_c/CMakeLists.txt</Path>
Expand Down Expand Up @@ -69,6 +67,8 @@
<Path fileType="data">/usr/share/verilator/examples/xml_py/Makefile</Path>
<Path fileType="data">/usr/share/verilator/examples/xml_py/sub.v</Path>
<Path fileType="data">/usr/share/verilator/examples/xml_py/top.v</Path>
<Path fileType="data">/usr/share/verilator/examples/xml_py/vl_file_copy</Path>
<Path fileType="data">/usr/share/verilator/examples/xml_py/vl_hier_graph</Path>
<Path fileType="data">/usr/share/verilator/include/gtkwave/fastlz.c</Path>
<Path fileType="data">/usr/share/verilator/include/gtkwave/fastlz.h</Path>
<Path fileType="data">/usr/share/verilator/include/gtkwave/fst_config.h</Path>
Expand Down Expand Up @@ -97,6 +97,7 @@
<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_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>
Expand Down Expand Up @@ -128,16 +129,16 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="24">verilator</Dependency>
<Dependency release="25">verilator</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/pkgconfig/verilator.pc</Path>
</Files>
</Package>
<History>
<Update release="24">
<Date>2021-09-14</Date>
<Version>4.212</Version>
<Update release="25">
<Date>2021-10-18</Date>
<Version>4.214</Version>
<Comment>Packaging update</Comment>
<Name>David Harder</Name>
<Email>david@davidjharder.ca</Email>
Expand Down

0 comments on commit 091e576

Please sign in to comment.