Skip to content

Commit

Permalink
Update submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
wsnyder committed Sep 9, 2023
1 parent 94328a8 commit 4857167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submodules/verilator
Submodule verilator updated 68 files
+2 −0 Changes
+2 −2 ci/ci-install.bash
+31 −23 docs/guide/exe_verilator.rst
+1 −1 docs/guide/install.rst
+14 −0 include/verilated_funcs.h
+46 −17 nodist/clang_check_attributes
+23 −4 src/Makefile.in
+1 −1 src/V3Assert.cpp
+12 −0 src/V3Ast.cpp
+38 −0 src/V3Ast.h
+1 −1 src/V3AstInlines.h
+33 −11 src/V3AstNodeExpr.h
+28 −12 src/V3AstNodeOther.h
+3 −15 src/V3AstNodes.cpp
+2 −2 src/V3CCtors.cpp
+29 −12 src/V3Const.cpp
+37 −16 src/V3Descope.cpp
+3 −3 src/V3EmitCFunc.cpp
+15 −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
+7 −3 src/V3LinkDot.cpp
+4 −4 src/V3LinkInc.cpp
+54 −2 src/V3LinkResolve.cpp
+2 −2 src/V3Partition.cpp
+9 −8 src/V3Split.cpp
+6 −3 src/V3Subst.cpp
+3 −3 src/V3Task.cpp
+3 −3 src/V3Tristate.cpp
+7 −7 src/V3Width.cpp
+72 −39 src/verilog.y
+4 −3 test_regress/t/t_assert_cover.v
+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
+21 −0 test_regress/t/t_class_new_noparen.pl
+39 −0 test_regress/t/t_class_new_noparen.v
+5 −0 test_regress/t/t_cover_assert.out
+20 −0 test_regress/t/t_cover_assert.pl
+46 −0 test_regress/t/t_cover_assert.v
+0 −1 test_regress/t/t_dist_warn_coverage.pl
+10 −8 test_regress/t/t_extract_static_const.v
+12 −8 test_regress/t/t_extract_static_const_multimodule.v
+6 −4 test_regress/t/t_flag_prefix.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
+19 −16 test_regress/t/t_param_array7.v
+20 −0 test_regress/t/t_stream_dynamic.v
+10 −0 test_regress/t/t_stream_dynamic_wide_unsup.out
+19 −0 test_regress/t/t_stream_dynamic_wide_unsup.pl
+23 −0 test_regress/t/t_stream_dynamic_wide_unsup.v

0 comments on commit 4857167

Please sign in to comment.