Skip to content

Commit

Permalink
Bump verilator/master from 371a405 to 02e88e3 (#628)
Browse files Browse the repository at this point in the history
Bumps [verilator/master](https://github.com/verilator/verilator) from `371a405` to `02e88e3`.
- [Commits](verilator/verilator@371a405...02e88e3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 20, 2024
1 parent 83677ca commit e071dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verilator/master
Submodule master updated 57 files
+11 −1 Changes
+1 −2 bin/verilator_profcfunc
+3 −0 ci/ci-script.bash
+1 −0 docs/guide/example_sc.rst
+0 −5 docs/internals.rst
+4 −0 docs/spelling.txt
+101 −17 src/V3Randomize.cpp
+3 −0 src/V3Width.cpp
+4 −0 src/astgen
+5 −4 src/bisonpre
+244 −263 test_regress/driver.py
+0 −0 test_regress/t/t_a7_hier_block_cmake.py
+1 −1 test_regress/t/t_assert_elab_bad.py
+9 −1 test_regress/t/t_constraint_dist.v
+0 −17 test_regress/t/t_constraint_dist_unsup.out
+0 −40 test_regress/t/t_constraint_dist_unsup.v
+3 −1 test_regress/t/t_debug_exit_parse.py
+4 −4 test_regress/t/t_debug_fatalsrc_bad.py
+5 −6 test_regress/t/t_debug_fatalsrc_bt_bad.py
+5 −5 test_regress/t/t_debug_sigsegv_bad.py
+4 −5 test_regress/t/t_debug_sigsegv_bt_bad.py
+2 −1 test_regress/t/t_flag_generate_key.py
+3 −2 test_regress/t/t_flag_getenv.py
+3 −3 test_regress/t/t_flag_instr_count_dpi_bad.py
+2 −2 test_regress/t/t_flag_quiet_exit.py
+1 −1 test_regress/t/t_flag_quiet_stats.py
+1 −1 test_regress/t/t_flag_quiet_stats2.py
+1 −1 test_regress/t/t_flag_quiet_stats3.py
+3 −5 test_regress/t/t_flag_supported.py
+1 −0 test_regress/t/t_flag_supported_1.out
+1 −0 test_regress/t/t_flag_supported_empty.out
+10 −10 test_regress/t/t_flag_version.py
+4 −3 test_regress/t/t_for_funcbound.py
+2 −1 test_regress/t/t_inst_tree_inl0_pub0.py
+2 −1 test_regress/t/t_inst_tree_inl0_pub1.py
+2 −1 test_regress/t/t_inst_tree_inl1_pub0.py
+2 −1 test_regress/t/t_inst_tree_inl1_pub1.py
+6 −4 test_regress/t/t_lint_width_cast.py
+30 −0 test_regress/t/t_lint_width_cast.v
+4 −4 test_regress/t/t_math_svl.py
+7 −6 test_regress/t/t_order_wireloop.py
+4 −3 test_regress/t/t_pipe_exit_bad.py
+4 −4 test_regress/t/t_pp_circdef_bad.py
+21 −0 test_regress/t/t_randomize_array.py
+145 −0 test_regress/t/t_randomize_array.v
+8 −0 test_regress/t/t_randomize_array_unsup.out
+16 −0 test_regress/t/t_randomize_array_unsup.py
+72 −0 test_regress/t/t_randomize_array_unsup.v
+4 −12 test_regress/t/t_randomize_method_types_unsup.out
+0 −1 test_regress/t/t_randomize_method_types_unsup.v
+8 −6 test_regress/t/t_runflag.py
+1 −1 test_regress/t/t_threads_nondeterminism.py
+4 −4 test_regress/t/t_timing_fork_comb.py
+4 −5 test_regress/t/t_udp_tableeof_bad.py
+3 −1 test_regress/t/t_unicode.py
+3 −9 test_regress/t/t_uvm_pkg_todo.vh
+1 −1 test_regress/t/vltest_bootstrap.py

0 comments on commit e071dac

Please sign in to comment.