Skip to content

Commit

Permalink
verilator: Update to 5.020
Browse files Browse the repository at this point in the history
**Summarized Changelog**

- Support compilation with precompiled headers with Make and GCC or CLang.
- Change include to `systemc` instead of `systemc.h`. This may require that SystemC programs add `using namespace sc_core`, `using namespace sc_dt`.

[Full changelog](verilator/verilator-announce#66)
  • Loading branch information
davidjharder authored and palto42 committed Feb 4, 2024
1 parent 6977646 commit 9455270
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/v/verilator/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ libc.so.6:isalpha
libc.so.6:isatty
libc.so.6:isprint
libc.so.6:isspace
libc.so.6:isupper
libc.so.6:isxdigit
libc.so.6:lseek64
libc.so.6:malloc
Expand Down Expand Up @@ -144,6 +143,7 @@ libc.so.6:ungetc
libc.so.6:ungetwc
libc.so.6:unlink
libc.so.6:usleep
libc.so.6:utimes
libc.so.6:vsnprintf
libc.so.6:waitpid
libc.so.6:wcrtomb
Expand Down
6 changes: 3 additions & 3 deletions packages/v/verilator/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : verilator
version : '5.018'
release : 40
version : '5.020'
release : 41
source :
- https://github.com/verilator/verilator/archive/refs/tags/v5.018.tar.gz : 8b544273eedee379e3c1a3bb849e14c754c9b5035d61ad03acdf3963092ba6c0
- https://github.com/verilator/verilator/archive/refs/tags/v5.020.tar.gz : 41ca9abfadf8d2413efbff7f8277379733d0095957fe7769dc38f8fd1bc899a6
license :
- LGPL-3.0-only
- Artistic-2.0
Expand Down
9 changes: 5 additions & 4 deletions packages/v/verilator/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
<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_sc_trace.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>
Expand Down Expand Up @@ -138,16 +139,16 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="40">verilator</Dependency>
<Dependency release="41">verilator</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/pkgconfig/verilator.pc</Path>
</Files>
</Package>
<History>
<Update release="40">
<Date>2023-11-11</Date>
<Version>5.018</Version>
<Update release="41">
<Date>2024-01-05</Date>
<Version>5.020</Version>
<Comment>Packaging update</Comment>
<Name>David Harder</Name>
<Email>david@davidjharder.ca</Email>
Expand Down

0 comments on commit 9455270

Please sign in to comment.