-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Summary** - Add printing summary reports, use `--quiet` or `+verilator+quiet` to suppress - Support 1800-2023 keywords, and parsing with UNDEFINED warnings - Support 1800-2023 preprocessor ifdef expressions. - Full changelog [here](verilator/verilator-announce#69)
- Loading branch information
1 parent
41072d8
commit 46e3058
Showing
2 changed files
with
15 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,9 +32,15 @@ | |
<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</Path> | ||
<Path fileType="data">/usr/share/verilator/bin/verilator_bin</Path> | ||
<Path fileType="data">/usr/share/verilator/bin/verilator_bin_dbg</Path> | ||
<Path fileType="data">/usr/share/verilator/bin/verilator_ccache_report</Path> | ||
<Path fileType="data">/usr/share/verilator/bin/verilator_difftree</Path> | ||
<Path fileType="data">/usr/share/verilator/bin/verilator_coverage</Path> | ||
<Path fileType="data">/usr/share/verilator/bin/verilator_coverage_bin_dbg</Path> | ||
<Path fileType="data">/usr/share/verilator/bin/verilator_gantt</Path> | ||
<Path fileType="data">/usr/share/verilator/bin/verilator_includer</Path> | ||
<Path fileType="data">/usr/share/verilator/bin/verilator_profcfunc</Path> | ||
<Path fileType="data">/usr/share/verilator/examples/cmake_hello_c/CMakeLists.txt</Path> | ||
<Path fileType="data">/usr/share/verilator/examples/cmake_hello_c/Makefile</Path> | ||
<Path fileType="data">/usr/share/verilator/examples/cmake_hello_sc/CMakeLists.txt</Path> | ||
|
@@ -125,6 +131,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/verilatedos_c.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> | ||
|
@@ -139,16 +146,16 @@ | |
</Description> | ||
<PartOf>programming.devel</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency release="42">verilator</Dependency> | ||
<Dependency release="43">verilator</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="data">/usr/share/pkgconfig/verilator.pc</Path> | ||
</Files> | ||
</Package> | ||
<History> | ||
<Update release="42"> | ||
<Date>2024-03-09</Date> | ||
<Version>5.022</Version> | ||
<Update release="43"> | ||
<Date>2024-04-09</Date> | ||
<Version>5.024</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>David Harder</Name> | ||
<Email>[email protected]</Email> | ||
|