forked from getsolus/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Summarized Changelog** - Support compilation with precompiled headers with Make and GCC or CLang - Change include of `systemc` instead of `systemc.h` This may require that SystemC programs add `using namespace sc_core`, `using namespace sc_dt`. Full changelog [here](verilator/verilator-announce#65)
- Loading branch information
1 parent
5b7c521
commit f2f4cb6
Showing
3 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,16 +3,16 @@ | |
<Name>verilator</Name> | ||
<Homepage>https://www.veripool.org/wiki/verilator</Homepage> | ||
<Packager> | ||
<Name>Silke Hofstra</Name> | ||
<Email>[email protected]</Email> | ||
<Name>David Harder</Name> | ||
<Email>[email protected]</Email> | ||
</Packager> | ||
<License>LGPL-3.0-only</License> | ||
<License>Artistic-2.0</License> | ||
<PartOf>programming.tools</PartOf> | ||
<Summary xml:lang="en">Verilator converts synthesizable (generally not behavioral) Verilog code into C++ or SystemC code.</Summary> | ||
<Description xml:lang="en">Verilator converts synthesizable (generally not behavioral) Verilog code into C++ or SystemC code. It is not a complete simulator, just a translator. | ||
</Description> | ||
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive> | ||
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive> | ||
</Source> | ||
<Package> | ||
<Name>verilator</Name> | ||
|
@@ -115,7 +115,6 @@ | |
<Path fileType="data">/usr/share/verilator/include/verilated_timing.cpp</Path> | ||
<Path fileType="data">/usr/share/verilator/include/verilated_timing.h</Path> | ||
<Path fileType="data">/usr/share/verilator/include/verilated_trace.h</Path> | ||
<Path fileType="data">/usr/share/verilator/include/verilated_trace_defs.h</Path> | ||
<Path fileType="data">/usr/share/verilator/include/verilated_trace_imp.h</Path> | ||
<Path fileType="data">/usr/share/verilator/include/verilated_types.h</Path> | ||
<Path fileType="data">/usr/share/verilator/include/verilated_vcd_c.cpp</Path> | ||
|
@@ -125,6 +124,7 @@ | |
<Path fileType="data">/usr/share/verilator/include/verilated_vpi.cpp</Path> | ||
<Path fileType="data">/usr/share/verilator/include/verilated_vpi.h</Path> | ||
<Path fileType="data">/usr/share/verilator/include/verilatedos.h</Path> | ||
<Path fileType="data">/usr/share/verilator/include/vltstd/sv_vpi_user.h</Path> | ||
<Path fileType="data">/usr/share/verilator/include/vltstd/svdpi.h</Path> | ||
<Path fileType="data">/usr/share/verilator/include/vltstd/vpi_user.h</Path> | ||
<Path fileType="data">/usr/share/verilator/verilator-config-version.cmake</Path> | ||
|
@@ -138,19 +138,19 @@ | |
</Description> | ||
<PartOf>programming.devel</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency release="39">verilator</Dependency> | ||
<Dependency release="40">verilator</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="data">/usr/share/pkgconfig/verilator.pc</Path> | ||
</Files> | ||
</Package> | ||
<History> | ||
<Update release="39"> | ||
<Date>2023-09-20</Date> | ||
<Version>5.016</Version> | ||
<Update release="40"> | ||
<Date>2023-11-11</Date> | ||
<Version>5.018</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Silke Hofstra</Name> | ||
<Email>[email protected]</Email> | ||
<Name>David Harder</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |