diff --git a/cad/verilator/Makefile b/cad/verilator/Makefile index 847047e51289..335cb21f08c2 100644 --- a/cad/verilator/Makefile +++ b/cad/verilator/Makefile @@ -1,58 +1,57 @@ PORTNAME= verilator DISTVERSIONPREFIX= v -DISTVERSION= 4.212 -PORTREVISION= 1 +DISTVERSION= 4.214 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org COMMENT= Synthesizable Verilog to C++ compiler LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= see https://github.com/verilator/verilator/issues/3037 BUILD_DEPENDS= autoconf>0:devel/autoconf \ bash:shells/bash \ ${LOCALBASE}/bin/ar:devel/binutils LIB_DEPENDS= libsystemc.so:devel/systemc RUN_DEPENDS= gmake:devel/gmake # verilator runs gmake for the --hierarchical option when the 'gmake' method is chosen USES= bison compiler:c++14-lang gmake localbase:ldflags pathfix perl5 python:build,run,test shebangfix tar:tgz USE_GITHUB= yes -SHEBANG_FILES= bin/verilator_ccache_report +SHEBANG_FILES= bin/verilator_ccache_report bin/verilator_profcfunc bin/verilator_gantt GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL_SCRIPT}" CONFIGURE_ARGS= AR=${LOCALBASE}/bin/ar CONFIGURE_SHELL= ${LOCALBASE}/bin/bash # see https://github.com/verilator/verilator/issues/3132 TEST_TARGET= test BINARY_ALIAS= make=${GMAKE} python3=${PYTHON_CMD} # aliasas are only for tests OPTIONS_DEFINE= INSTALL_DBG_EXECUTABLES LEAK_CHECKS OPTIONS_SUB= yes INSTALL_DBG_EXECUTABLES_DESC= Install *_dbg executables LEAK_CHECKS_DESC= Disable intentional memory leaks LEAK_CHECKS_CXXFLAGS= -DVL_LEAK_CHECKS LEAK_CHECKS_BROKEN= compilation will be fixed in the next release post-patch: ${REINPLACE_CMD} -e 's|@pkgconfigdir@|${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in pre-configure: cd ${WRKSRC} && \ autoconf post-build: @${STRIP_CMD} ${WRKSRC}/bin/verilator_bin post-install-INSTALL_DBG_EXECUTABLES-off: @${RM} ${STAGEDIR}${PREFIX}/bin/verilator_bin_dbg ${STAGEDIR}${PREFIX}/bin/verilator_coverage_bin_dbg .include diff --git a/cad/verilator/distinfo b/cad/verilator/distinfo index 56f690379ab5..35db30e72a18 100644 --- a/cad/verilator/distinfo +++ b/cad/verilator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631566759 -SHA256 (verilator-verilator-v4.212_GH0.tar.gz) = 7b655859e4e75c9673141aede8f5a20f47e4c380055d1a588d5be60cbbc73619 -SIZE (verilator-verilator-v4.212_GH0.tar.gz) = 2430634 +TIMESTAMP = 1634760933 +SHA256 (verilator-verilator-v4.214_GH0.tar.gz) = e14c7f6ffb00a6746ae2a8ea0424e90a1a30067e8ae4c96b8c42689ca1ca0b1f +SIZE (verilator-verilator-v4.214_GH0.tar.gz) = 2438281 diff --git a/cad/verilator/pkg-plist b/cad/verilator/pkg-plist index 888a70ce3d55..264a10dfcb60 100644 --- a/cad/verilator/pkg-plist +++ b/cad/verilator/pkg-plist @@ -1,99 +1,100 @@ bin/verilator bin/verilator_bin %%INSTALL_DBG_EXECUTABLES%%bin/verilator_bin_dbg bin/verilator_coverage %%INSTALL_DBG_EXECUTABLES%%bin/verilator_coverage_bin_dbg bin/verilator_gantt bin/verilator_profcfunc libdata/pkgconfig/verilator.pc man/man1/verilator.1.gz man/man1/verilator_coverage.1.gz -man/man1/verilator_gantt.1.gz -man/man1/verilator_profcfunc.1.gz %%DATADIR%%/bin/verilator_ccache_report %%DATADIR%%/bin/verilator_includer %%DATADIR%%/examples/cmake_hello_c/CMakeLists.txt %%DATADIR%%/examples/cmake_hello_c/Makefile %%DATADIR%%/examples/cmake_hello_sc/CMakeLists.txt %%DATADIR%%/examples/cmake_hello_sc/Makefile %%DATADIR%%/examples/cmake_protect_lib/CMakeLists.txt %%DATADIR%%/examples/cmake_protect_lib/Makefile %%DATADIR%%/examples/cmake_tracing_c/CMakeLists.txt %%DATADIR%%/examples/cmake_tracing_c/Makefile %%DATADIR%%/examples/cmake_tracing_sc/CMakeLists.txt %%DATADIR%%/examples/cmake_tracing_sc/Makefile %%DATADIR%%/examples/make_hello_c/Makefile %%DATADIR%%/examples/make_hello_c/sim_main.cpp %%DATADIR%%/examples/make_hello_c/top.v %%DATADIR%%/examples/make_hello_sc/Makefile %%DATADIR%%/examples/make_hello_sc/sc_main.cpp %%DATADIR%%/examples/make_hello_sc/top.v %%DATADIR%%/examples/make_protect_lib/Makefile %%DATADIR%%/examples/make_protect_lib/secret_impl.v %%DATADIR%%/examples/make_protect_lib/sim_main.cpp %%DATADIR%%/examples/make_protect_lib/top.v %%DATADIR%%/examples/make_tracing_c/Makefile %%DATADIR%%/examples/make_tracing_c/Makefile_obj %%DATADIR%%/examples/make_tracing_c/input.vc %%DATADIR%%/examples/make_tracing_c/sim_main.cpp %%DATADIR%%/examples/make_tracing_c/sub.v %%DATADIR%%/examples/make_tracing_c/top.v %%DATADIR%%/examples/make_tracing_sc/Makefile %%DATADIR%%/examples/make_tracing_sc/Makefile_obj %%DATADIR%%/examples/make_tracing_sc/input.vc %%DATADIR%%/examples/make_tracing_sc/sc_main.cpp %%DATADIR%%/examples/make_tracing_sc/sub.v %%DATADIR%%/examples/make_tracing_sc/top.v %%DATADIR%%/examples/xml_py/Makefile %%DATADIR%%/examples/xml_py/sub.v %%DATADIR%%/examples/xml_py/top.v +%%DATADIR%%/examples/xml_py/vl_file_copy +%%DATADIR%%/examples/xml_py/vl_hier_graph %%DATADIR%%/include/gtkwave/fastlz.c %%DATADIR%%/include/gtkwave/fastlz.h %%DATADIR%%/include/gtkwave/fst_config.h %%DATADIR%%/include/gtkwave/fst_win_unistd.h %%DATADIR%%/include/gtkwave/fstapi.c %%DATADIR%%/include/gtkwave/fstapi.h %%DATADIR%%/include/gtkwave/lz4.c %%DATADIR%%/include/gtkwave/lz4.h %%DATADIR%%/include/gtkwave/wavealloca.h %%DATADIR%%/include/verilated.cpp %%DATADIR%%/include/verilated.h %%DATADIR%%/include/verilated.mk %%DATADIR%%/include/verilated.v %%DATADIR%%/include/verilated_config.h %%DATADIR%%/include/verilated_config.h.in %%DATADIR%%/include/verilated_cov.cpp %%DATADIR%%/include/verilated_cov.h %%DATADIR%%/include/verilated_cov_key.h %%DATADIR%%/include/verilated_dpi.cpp %%DATADIR%%/include/verilated_dpi.h %%DATADIR%%/include/verilated_fst_c.cpp %%DATADIR%%/include/verilated_fst_c.h %%DATADIR%%/include/verilated_fst_sc.cpp %%DATADIR%%/include/verilated_fst_sc.h %%DATADIR%%/include/verilated_funcs.h %%DATADIR%%/include/verilated_heavy.h %%DATADIR%%/include/verilated_imp.h %%DATADIR%%/include/verilated_intrinsics.h +%%DATADIR%%/include/verilated_profiler.h %%DATADIR%%/include/verilated_save.cpp %%DATADIR%%/include/verilated_save.h %%DATADIR%%/include/verilated_sc.h %%DATADIR%%/include/verilated_sym_props.h %%DATADIR%%/include/verilated_syms.h %%DATADIR%%/include/verilated_threads.cpp %%DATADIR%%/include/verilated_threads.h %%DATADIR%%/include/verilated_trace.h %%DATADIR%%/include/verilated_trace_defs.h %%DATADIR%%/include/verilated_trace_imp.cpp %%DATADIR%%/include/verilated_types.h %%DATADIR%%/include/verilated_vcd_c.cpp %%DATADIR%%/include/verilated_vcd_c.h %%DATADIR%%/include/verilated_vcd_sc.cpp %%DATADIR%%/include/verilated_vcd_sc.h %%DATADIR%%/include/verilated_vpi.cpp %%DATADIR%%/include/verilated_vpi.h %%DATADIR%%/include/verilatedos.h %%DATADIR%%/include/vltstd/svdpi.h %%DATADIR%%/include/vltstd/vpi_user.h %%DATADIR%%/verilator-config-version.cmake %%DATADIR%%/verilator-config.cmake