Skip to content

Commit

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

---
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] authored Dec 16, 2024
1 parent 0988c23 commit e5b87b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verilator/master
Submodule master updated 36 files
+7 −0 Changes
+1 −0 docs/spelling.txt
+17 −5 src/V3AstInlines.h
+2 −0 src/V3AstNodeExpr.h
+1 −3 src/V3Fork.cpp
+50 −49 src/V3LinkDot.cpp
+44 −7 src/V3LinkResolve.cpp
+18 −11 src/V3Param.cpp
+12 −44 src/V3Randomize.cpp
+2 −5 src/V3Task.cpp
+4 −6 src/V3Width.cpp
+9 −0 src/verilog.y
+8 −0 test_regress/t/t_class_extends_arg.out
+0 −0 test_regress/t/t_class_extends_arg.py
+36 −0 test_regress/t/t_class_extends_arg.v
+13 −0 test_regress/t/t_class_new_scoped.out
+16 −0 test_regress/t/t_class_new_scoped.py
+66 −0 test_regress/t/t_class_new_scoped.v
+7 −0 test_regress/t/t_constraint_before_randc_bad.out
+0 −0 test_regress/t/t_constraint_before_randc_bad.py
+0 −0 test_regress/t/t_constraint_before_randc_bad.v
+7 −0 test_regress/t/t_constraint_dist_randc_bad.out
+16 −0 test_regress/t/t_constraint_dist_randc_bad.py
+14 −0 test_regress/t/t_constraint_dist_randc_bad.v
+1 −1 test_regress/t/t_constraint_extern.v
+3 −3 test_regress/t/t_constraint_extern_bad.out
+1 −1 test_regress/t/t_constraint_extern_bad.v
+7 −0 test_regress/t/t_constraint_soft_randc_bad.out
+16 −0 test_regress/t/t_constraint_soft_randc_bad.py
+0 −0 test_regress/t/t_constraint_soft_randc_bad.v
+18 −0 test_regress/t/t_interface_array_parameter_access.py
+39 −0 test_regress/t/t_interface_array_parameter_access.v
+0 −5 test_regress/t/t_randomize_before_randc_bad.out
+21 −0 test_regress/t/t_randomize_param_with.py
+48 −0 test_regress/t/t_randomize_param_with.v
+0 −5 test_regress/t/t_randomize_soft_randc_bad.out

0 comments on commit e5b87b3

Please sign in to comment.