Skip to content

Commit

Permalink
Bump verilator/master from d165671 to 94fd17e (#679)
Browse files Browse the repository at this point in the history
Bumps [verilator/master](https://github.com/verilator/verilator) from `d165671` to `94fd17e`.
- [Commits](verilator/verilator@d165671...94fd17e)

---
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 2, 2024
1 parent 4112924 commit e04c168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verilator/master
Submodule master updated 82 files
+1 −0 Changes
+3 −3 Makefile.in
+2 −2 include/verilated.h
+1 −1 include/verilated_cov.cpp
+91 −91 include/verilated_funcs.h
+5 −5 include/verilated_profiler.h
+7 −7 include/verilated_random.h
+2 −2 include/verilated_save.h
+3 −0 include/verilated_std.sv
+2 −2 include/verilated_threads.h
+6 −6 include/verilated_trace.h
+211 −212 include/verilated_types.h
+1 −1 include/verilatedos.h
+1 −0 nodist/code_coverage.dat
+3 −1 src/Makefile_obj.in
+6 −6 src/V3Active.cpp
+8 −1 src/V3Ast.cpp
+71 −67 src/V3Ast.h
+1 −1 src/V3AstInlines.h
+99 −191 src/V3AstNodeDType.h
+83 −78 src/V3AstNodeExpr.h
+71 −70 src/V3AstNodeOther.h
+45 −23 src/V3AstNodes.cpp
+15 −15 src/V3AstUserAllocator.h
+2 −2 src/V3Class.cpp
+2 −2 src/V3Const.cpp
+4 −4 src/V3Delayed.cpp
+19 −19 src/V3Dfg.h
+3 −3 src/V3DfgAstToDfg.cpp
+5 −5 src/V3DfgCache.h
+3 −3 src/V3DfgDfgToAst.cpp
+2 −2 src/V3EmitCBase.h
+1 −1 src/V3EmitCHeaders.cpp
+2 −2 src/V3EmitCMake.cpp
+11 −5 src/V3Error.h
+7 −7 src/V3FunctionTraits.h
+1 −1 src/V3Gate.cpp
+2 −0 src/V3Global.cpp
+2 −2 src/V3Graph.cpp
+5 −5 src/V3Graph.h
+1 −1 src/V3GraphAlg.h
+2 −2 src/V3GraphPathChecker.cpp
+1 −1 src/V3GraphPathChecker.h
+5 −5 src/V3GraphStream.h
+2 −2 src/V3Hash.h
+5 −0 src/V3Hasher.cpp
+1 −1 src/V3HierBlock.cpp
+13 −9 src/V3LinkCells.cpp
+68 −70 src/V3LinkDot.cpp
+1 −1 src/V3LinkLevel.cpp
+1 −1 src/V3LinkParse.cpp
+9 −9 src/V3List.h
+11 −11 src/V3OptionParser.cpp
+2 −2 src/V3OptionParser.h
+32 −32 src/V3OrderParallel.cpp
+12 −11 src/V3Param.cpp
+22 −8 src/V3ParseImp.cpp
+1 −0 src/V3ParseImp.h
+4 −4 src/V3Randomize.cpp
+1 −1 src/V3SplitVar.cpp
+1 −1 src/V3StdFuture.h
+3 −3 src/V3String.h
+4 −4 src/V3Timing.cpp
+4 −2 src/V3Tristate.cpp
+13 −9 src/V3Width.cpp
+18 −31 src/verilog.y
+40 −25 test_regress/driver.py
+8 −8 test_regress/t/t_dump_json.out
+1 −1 test_regress/t/t_dump_json.py
+5 −0 test_regress/t/t_interface_wire_bad.out
+16 −0 test_regress/t/t_interface_wire_bad.py
+18 −0 test_regress/t/t_interface_wire_bad.v
+5 −0 test_regress/t/t_interface_wire_bad_param.out
+16 −0 test_regress/t/t_interface_wire_bad_param.py
+18 −0 test_regress/t/t_interface_wire_bad_param.v
+18 −0 test_regress/t/t_mailbox_array.py
+26 −0 test_regress/t/t_mailbox_array.v
+1 −1 test_regress/t/t_std_identifier.py
+1 −0 test_regress/t/t_typename.out
+5 −2 test_regress/t/t_typename.v
+4 −0 test_regress/t/t_unpacked_concat_bad.out
+7 −2 test_regress/t/t_unpacked_concat_bad3.out

0 comments on commit e04c168

Please sign in to comment.