Skip to content

Commit

Permalink
Update submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
wsnyder committed Jun 15, 2024
1 parent 3efece3 commit fda39d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion submodules/verilator
Submodule verilator updated 65 files
+10 −0 Changes
+5 −6 README.rst
+1 −0 docs/CONTRIBUTORS
+1 −0 docs/spelling.txt
+1 −1 examples/make_protect_lib/sim_main.cpp
+10 −2 include/verilated.cpp
+4 −0 include/verilated_funcs.h
+4 −4 include/verilated_random.h
+3 −3 include/verilated_trace.h
+4 −3 include/verilated_trace_imp.h
+1 −2 include/verilated_types.h
+1 −2 include/verilated_vpi.cpp
+3 −3 src/V3Ast.h
+5 −5 src/V3AstNodeExpr.h
+1 −1 src/V3AstNodeOther.h
+1 −4 src/V3AstNodes.cpp
+5 −1 src/V3DfgCache.h
+1 −0 src/V3DfgRegularize.cpp
+1 −1 src/V3EmitV.cpp
+2 −4 src/V3HierBlock.cpp
+60 −10 src/V3LinkDot.cpp
+5 −5 src/V3List.h
+10 −4 src/V3Options.cpp
+2 −1 src/V3Options.h
+2 −1 src/V3OrderMoveGraph.h
+2 −0 src/V3Premit.cpp
+9 −0 src/V3SchedTiming.cpp
+1 −1 src/V3Slice.cpp
+3 −0 src/V3Task.cpp
+4 −4 src/V3VariableOrder.cpp
+27 −7 src/V3Width.cpp
+7 −5 src/V3WidthCommit.cpp
+2 −4 src/verilog.y
+1 −1 test_regress/driver.pl
+1 −13 test_regress/t/t_array_in_struct.pl
+61 −0 test_regress/t/t_array_in_struct.v
+58 −58 test_regress/t/t_debug_emitv.out
+18 −15 test_regress/t/t_dpi_import.v
+2 −0 test_regress/t/t_dpi_import_c.cpp
+22 −0 test_regress/t/t_fork_join_none_virtual.pl
+62 −0 test_regress/t/t_fork_join_none_virtual.v
+24 −0 test_regress/t/t_hier_block_signed_logic.pl
+51 −0 test_regress/t/t_hier_block_signed_logic.v
+1 −1 test_regress/t/t_hier_trace.pl
+0 −43 test_regress/t/t_hier_trace.v
+1 −1 test_regress/t/t_hier_trace_noinl.pl
+7 −0 test_regress/t/t_hier_trace_sub/sub.F
+0 −0 test_regress/t/t_hier_trace_sub/t_hier_trace.vlt
+48 −0 test_regress/t/t_hier_trace_sub/t_hier_trace_sub.v
+7 −0 test_regress/t/t_hier_trace_sub/top.F
+1 −18 test_regress/t/t_leak.cpp
+7 −0 test_regress/t/t_package_local_bad.out
+19 −0 test_regress/t/t_package_local_bad.pl
+12 −0 test_regress/t/t_package_local_bad.v
+5 −2 test_regress/t/t_randomize.out
+3 −0 test_regress/t/t_randomize.v
+14 −0 test_regress/t/t_randomize_method_complex_bad.out
+19 −0 test_regress/t/t_randomize_method_complex_bad.pl
+18 −0 test_regress/t/t_randomize_method_complex_bad.v
+5 −4 test_regress/t/t_randomize_method_with_unsup.out
+4 −3 test_regress/t/t_timescale_parse.cpp
+24 −0 test_regress/t/t_wrapper_reuse_context_bad.cpp
+2 −0 test_regress/t/t_wrapper_reuse_context_bad.out
+25 −0 test_regress/t/t_wrapper_reuse_context_bad.pl
+9 −0 test_regress/t/t_wrapper_reuse_context_bad.v

0 comments on commit fda39d1

Please sign in to comment.