Skip to content

Commit

Permalink
Merge pull request #4976 from chipsalliance/dependabot/submodules/thi…
Browse files Browse the repository at this point in the history
…rd_party/tools/verilator-6e977e1

build(deps): bump third_party/tools/verilator from `0c7d485` to `6e977e1`
  • Loading branch information
github-actions[bot] authored Sep 9, 2023
2 parents 8674f6a + b018385 commit e6df137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/tools/verilator
Submodule verilator updated 46 files
+1 −0 Changes
+2 −2 ci/ci-install.bash
+1 −1 docs/guide/install.rst
+46 −17 nodist/clang_check_attributes
+23 −4 src/Makefile.in
+12 −0 src/V3Ast.cpp
+38 −0 src/V3Ast.h
+1 −1 src/V3AstInlines.h
+16 −10 src/V3AstNodeExpr.h
+28 −12 src/V3AstNodeOther.h
+3 −15 src/V3AstNodes.cpp
+2 −2 src/V3CCtors.cpp
+37 −16 src/V3Descope.cpp
+3 −3 src/V3EmitCFunc.cpp
+2 −2 src/V3EmitCFunc.h
+5 −5 src/V3EmitCImp.cpp
+3 −2 src/V3EmitV.cpp
+70 −7 src/V3Fork.cpp
+1 −1 src/V3Hasher.cpp
+1 −1 src/V3Life.cpp
+1 −1 src/V3LinkDot.cpp
+51 −1 src/V3LinkResolve.cpp
+2 −2 src/V3Partition.cpp
+9 −8 src/V3Split.cpp
+3 −3 src/V3Task.cpp
+3 −3 src/V3Tristate.cpp
+72 −39 src/verilog.y
+10 −0 test_regress/t/t_assert_property_var_unsup.out
+20 −0 test_regress/t/t_assert_property_var_unsup.pl
+38 −0 test_regress/t/t_assert_property_var_unsup.v
+7 −7 test_regress/t/t_class_method_str_literal.v
+23 −0 test_regress/t/t_fork_block_item_declaration.pl
+36 −0 test_regress/t/t_fork_block_item_declaration.v
+0 −41 test_regress/t/t_let.out
+3 −5 test_regress/t/t_let.pl
+7 −4 test_regress/t/t_let.v
+19 −0 test_regress/t/t_let_arg_bad.out
+0 −0 test_regress/t/t_let_arg_bad.pl
+22 −0 test_regress/t/t_let_arg_bad.v
+0 −11 test_regress/t/t_let_bad.out
+4 −0 test_regress/t/t_let_recurse_bad.out
+19 −0 test_regress/t/t_let_recurse_bad.pl
+2 −5 test_regress/t/t_let_recurse_bad.v
+8 −0 test_regress/t/t_let_unsup.out
+19 −0 test_regress/t/t_let_unsup.pl
+21 −0 test_regress/t/t_let_unsup.v

0 comments on commit e6df137

Please sign in to comment.