Skip to content

Commit

Permalink
build(deps): bump third_party/tools/verilator
Browse files Browse the repository at this point in the history
Bumps [third_party/tools/verilator](https://github.com/verilator/verilator) from `29ad93c` to `9f8fcaf`.
- [Commits](verilator/verilator@29ad93c...9f8fcaf)

---
updated-dependencies:
- dependency-name: third_party/tools/verilator
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
1 parent be7a272 commit d80eb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/tools/verilator
Submodule verilator updated 62 files
+6 −1 Changes
+4 −1 docs/guide/deprecations.rst
+2 −0 docs/guide/exe_verilator.rst
+1 −0 nodist/code_coverage.dat
+29 −1 src/V3AssertPre.cpp
+8 −1 src/V3Ast.cpp
+6 −4 src/V3Ast.h
+1 −1 src/V3AstInlines.h
+99 −191 src/V3AstNodeDType.h
+85 −73 src/V3AstNodeExpr.h
+68 −58 src/V3AstNodeOther.h
+42 −22 src/V3AstNodes.cpp
+2 −2 src/V3Class.cpp
+1 −1 src/V3Const.cpp
+2 −2 src/V3EmitCConstInit.h
+1 −1 src/V3EmitCHeaders.cpp
+1 −1 src/V3Gate.cpp
+5 −0 src/V3Hasher.cpp
+1 −1 src/V3HierBlock.cpp
+14 −4 src/V3LinkDot.cpp
+8 −5 src/V3LinkParse.cpp
+21 −4 src/V3Options.cpp
+3 −0 src/V3Options.h
+21 −12 src/V3Param.cpp
+1 −1 src/V3PreProc.cpp
+104 −84 src/V3Slice.cpp
+9 −2 src/V3String.cpp
+4 −2 src/V3String.h
+9 −1 src/V3Width.cpp
+1 −0 src/verilog.l
+9 −3 src/verilog.y
+5 −3 test_regress/t/t_EXAMPLE.v
+3 −3 test_regress/t/t_assert_disable_bad.v
+18 −0 test_regress/t/t_assert_disable_count.py
+69 −0 test_regress/t/t_assert_disable_count.v
+21 −47 test_regress/t/t_assert_disable_iff.v
+5 −1 test_regress/t/t_class_param_bad2.out
+7 −2 test_regress/t/t_class_param_noinit_bad.out
+1 −1 test_regress/t/t_class_param_noinit_bad.v
+2 −5 test_regress/t/t_disable_iff_multi_bad.out
+2 −0 test_regress/t/t_flag_libcreate_bad.out
+19 −0 test_regress/t/t_flag_libcreate_bad.py
+2 −0 test_regress/t/t_flag_modprefix_bad.out
+19 −0 test_regress/t/t_flag_modprefix_bad.py
+2 −0 test_regress/t/t_flag_prefix_bad.out
+17 −0 test_regress/t/t_flag_prefix_bad.py
+18 −0 test_regress/t/t_interface_and_struct_pattern.py
+59 −0 test_regress/t/t_interface_and_struct_pattern.v
+18 −0 test_regress/t/t_interface_notpublic.py
+29 −0 test_regress/t/t_interface_notpublic.v
+1 −1 test_regress/t/t_lint_iface_array_topmodule_bad.out
+1 −1 test_regress/t/t_lint_iface_topmodule_bad.out
+18 −0 test_regress/t/t_mailbox_array.py
+26 −0 test_regress/t/t_mailbox_array.v
+18 −0 test_regress/t/t_opt_slice.py
+23 −0 test_regress/t/t_opt_slice.v
+19 −0 test_regress/t/t_opt_slice_no.py
+1 −1 test_regress/t/t_param_default_bad.out
+1 −1 test_regress/t/t_param_default_presv_bad.out
+6 −2 test_regress/t/t_param_noval_bad.out
+1 −1 test_regress/t/t_param_noval_bad.v
+50 −3 test_regress/t/t_param_pattern_init.v

0 comments on commit d80eb7c

Please sign in to comment.