diff --git a/abi_used_symbols b/abi_used_symbols index e3466d2..b17da36 100644 --- a/abi_used_symbols +++ b/abi_used_symbols @@ -35,6 +35,7 @@ libc.so.6:_exit libc.so.6:abort libc.so.6:bind_textdomain_codeset libc.so.6:btowc +libc.so.6:clock_gettime libc.so.6:close libc.so.6:closedir libc.so.6:dgettext @@ -86,11 +87,19 @@ libc.so.6:memcpy libc.so.6:memmove libc.so.6:memset libc.so.6:mkdir +libc.so.6:nanosleep libc.so.6:open libc.so.6:opendir libc.so.6:pipe libc.so.6:poll +libc.so.6:pthread_cond_broadcast +libc.so.6:pthread_cond_destroy +libc.so.6:pthread_cond_signal +libc.so.6:pthread_cond_wait +libc.so.6:pthread_create +libc.so.6:pthread_join libc.so.6:pthread_mutex_lock +libc.so.6:pthread_mutex_trylock libc.so.6:pthread_mutex_unlock libc.so.6:pthread_once libc.so.6:putc diff --git a/package.yml b/package.yml index 9597025..3252e50 100644 --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : verilator -version : '5.004' -release : 34 +version : '5.010' +release : 35 source : - - https://github.com/verilator/verilator/archive/refs/tags/v5.004.tar.gz : 7d193a09eebefdbec8defaabfc125663f10cf6ab0963ccbefdfe704a8a4784d2 + - https://github.com/verilator/verilator/archive/refs/tags/v5.010.tar.gz : ca82b57ce2d2b34eed3f04d5daf7eae6ad41276cda88efbb59ebd6467e65d635 license : - LGPL-3.0-only - Artistic-2.0 @@ -11,6 +11,8 @@ component : programming.tools summary : Verilator converts synthesizable (generally not behavioral) Verilog code into C++ or SystemC code. description: | Verilator converts synthesizable (generally not behavioral) Verilog code into C++ or SystemC code. It is not a complete simulator, just a translator. +builddeps : + - help2man rundeps : - ccache setup : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml index b7be762..2714f07 100644 --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -30,7 +30,10 @@ /usr/bin/verilator_profcfunc /usr/share/man/man1/verilator.1 /usr/share/man/man1/verilator_coverage.1 + /usr/share/man/man1/verilator_gantt.1 + /usr/share/man/man1/verilator_profcfunc.1 /usr/share/verilator/bin/verilator_ccache_report + /usr/share/verilator/bin/verilator_difftree /usr/share/verilator/bin/verilator_includer /usr/share/verilator/examples/cmake_hello_c/CMakeLists.txt /usr/share/verilator/examples/cmake_hello_c/Makefile @@ -136,16 +139,16 @@ programming.devel - verilator + verilator /usr/share/pkgconfig/verilator.pc - - 2022-12-16 - 5.004 + + 2023-05-05 + 5.010 Packaging update David Harder david@davidjharder.ca