Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 0239633 commit ae85a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verilator/master
Submodule master updated 69 files
+1 −0 .gitignore
+4 −0 Makefile.in
+1 −0 docs/CONTRIBUTORS
+16 −3 docs/internals.rst
+1 −1 include/verilated_trace_imp.h
+2 −4 include/verilated_vpi.cpp
+0 −3 src/V3Ast.cpp
+0 −27 src/V3Ast.h
+8 −12 src/V3AstNodes.cpp
+9 −21 src/V3AstUserAllocator.h
+7 −11 src/V3Class.cpp
+5 −7 src/V3Config.cpp
+3 −8 src/V3Coverage.cpp
+43 −41 src/V3Delayed.cpp
+1 −7 src/V3DupFinder.cpp
+1 −5 src/V3EmitCModel.cpp
+20 −26 src/V3EmitCSyms.cpp
+5 −8 src/V3File.cpp
+27 −20 src/V3Fork.cpp
+40 −24 src/V3Gate.cpp
+4 −4 src/V3Global.cpp
+3 −2 src/V3Graph.cpp
+21 −10 src/V3Graph.h
+1 −1 src/V3GraphAcyc.cpp
+12 −6 src/V3GraphAlg.cpp
+4 −4 src/V3HierBlock.cpp
+5 −6 src/V3Inline.cpp
+13 −13 src/V3InstrCount.cpp
+1 −1 src/V3InstrCount.h
+18 −30 src/V3Life.cpp
+1 −1 src/V3LinkCells.cpp
+13 −15 src/V3LinkDot.cpp
+3 −9 src/V3LinkLevel.cpp
+1 −2 src/V3LinkParse.cpp
+10 −11 src/V3MergeCond.cpp
+1 −1 src/V3Options.cpp
+8 −13 src/V3Order.cpp
+43 −47 src/V3Param.cpp
+4 −4 src/V3Partition.cpp
+3 −4 src/V3Partition.h
+7 −6 src/V3Randomize.cpp
+314 −295 src/V3Sched.cpp
+4 −5 src/V3SchedPartition.cpp
+4 −4 src/V3SenExprBuilder.h
+37 −31 src/V3Simulate.h
+2 −2 src/V3Split.cpp
+9 −10 src/V3SplitVar.cpp
+2 −4 src/V3SymTable.h
+2 −4 src/V3TSP.cpp
+16 −19 src/V3Task.cpp
+3 −3 src/V3Timing.cpp
+2 −2 src/V3Trace.cpp
+37 −35 src/V3Tristate.cpp
+1 −1 src/V3UniqueNames.h
+120 −118 src/V3Width.cpp
+4 −12 src/VlcPoint.h
+3 −6 src/VlcSource.h
+42 −0 test_regress/Makefile
+1 −0 test_regress/t/t_dist_attributes_bad.pl
+0 −0 test_regress/t/t_opt_dead.pl
+0 −0 test_regress/t/t_opt_dead.v
+4 −0 test_regress/t/t_protect_ids_key.out
+278 −0 test_regress/t/t_timing_debug1.out
+111 −0 test_regress/t/t_timing_debug2.out
+6 −1 test_regress/t/t_trace_dumpvars_dyn.cpp
+1 −1 test_regress/t/t_trace_dumpvars_dyn_fst_0.pl
+1 −1 test_regress/t/t_trace_dumpvars_dyn_fst_1.pl
+7 −0 test_regress/t/t_verilated_debug.out
+125 −95 test_regress/t/t_xml_debugcheck.out

0 comments on commit ae85a9a

Please sign in to comment.