Skip to content

Commit

Permalink
Bump verilator/master from 6e204ed to 54ef9ad
Browse files Browse the repository at this point in the history
Bumps [verilator/master](https://github.com/verilator/verilator) from `6e204ed` to `54ef9ad`.
- [Commits](verilator/verilator@6e204ed...54ef9ad)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
1 parent ce8073a commit f2ce922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verilator/master
Submodule master updated 49 files
+1 −1 Changes
+3 −3 include/verilated_random.cpp
+129 −92 include/verilated_random.h
+1 −0 src/V3AstNodeExpr.h
+21 −8 src/V3AstNodeOther.h
+18 −3 src/V3AstNodes.cpp
+4 −2 src/V3HierBlock.cpp
+61 −9 src/V3LinkDot.cpp
+10 −0 src/V3LinkResolve.cpp
+6 −5 src/V3Options.cpp
+1 −1 src/V3Options.h
+40 −2 src/V3Randomize.cpp
+3 −3 src/V3Tristate.cpp
+5 −3 src/V3Unknown.cpp
+13 −13 src/verilog.y
+2 −0 test_regress/t/t_constraint.v
+9 −0 test_regress/t/t_constraint_assoc_arr_bad.out
+16 −0 test_regress/t/t_constraint_assoc_arr_bad.py
+38 −0 test_regress/t/t_constraint_assoc_arr_bad.v
+0 −0 test_regress/t/t_constraint_assoc_arr_basic.py
+180 −0 test_regress/t/t_constraint_assoc_arr_basic.v
+21 −0 test_regress/t/t_constraint_extern.py
+41 −0 test_regress/t/t_constraint_extern.v
+7 −0 test_regress/t/t_constraint_extern_bad.out
+16 −0 test_regress/t/t_constraint_extern_bad.py
+14 −0 test_regress/t/t_constraint_extern_bad.v
+2 −2 test_regress/t/t_constraint_json_only.out
+1 −1 test_regress/t/t_constraint_nosolver_bad.out
+21 −0 test_regress/t/t_constraint_unpacked_array.py
+1 −1 test_regress/t/t_constraint_unpacked_array.v
+18 −0 test_regress/t/t_eq_wild.py
+21 −0 test_regress/t/t_eq_wild.v
+6 −0 test_regress/t/t_eq_wild_unsup.out
+0 −0 test_regress/t/t_eq_wild_unsup.py
+19 −0 test_regress/t/t_eq_wild_unsup.v
+34 −0 test_regress/t/t_hier_block_import.py
+30 −0 test_regress/t/t_hier_block_import.v
+13 −0 test_regress/t/t_hier_block_import/t_hier_block_import.vh
+11 −0 test_regress/t/t_hier_block_import/t_hier_block_import_args.f
+16 −0 test_regress/t/t_hier_block_import/t_hier_block_import_def.vh
+11 −0 test_regress/t/t_hier_block_import/t_hier_block_import_subA.v
+12 −0 test_regress/t/t_hier_block_import/t_hier_block_import_subB.v
+15 −0 test_regress/t/t_hier_block_import/t_hier_block_import_subsub.v
+34 −0 test_regress/t/t_hier_block_import_cmake.py
+18 −0 test_regress/t/t_inside_queue_elem.py
+18 −0 test_regress/t/t_inside_queue_elem.v
+1 −1 test_regress/t/t_json_only_tag.out
+0 −8 test_regress/t/t_randomize_extern.out
+0 −42 test_regress/t/t_randomize_extern.v

0 comments on commit f2ce922

Please sign in to comment.