Commit c8e3a63
File tree
5 files changed
+48
-37
lines changed- submodules
- t
5 files changed
+48
-37
lines changed- .codecov.yml+2-2
- .github/workflows/coverage.yml+1-1
- .github/workflows/pages.yml+1-3
- .github/workflows/reusable-build.yml+1-1
- .github/workflows/reusable-lint-py.yml+1-1
- Changes+1-1
- Makefile.in+39-27
- bin/verilator_ccache_report+3-1
- bin/verilator_difftree+6-18
- bin/verilator_gantt+8-8
- bin/verilator_includer+1
- bin/verilator_profcfunc+3-3
- docs/bin/vl_sphinx_extract+2-2
- docs/bin/vl_sphinx_fix+4-5
- docs/gen/ex_DIDNOTCONVERGE_msg.rst+1-1
- docs/guide/install.rst+1-1
- docs/guide/warnings.rst+3
- include/verilated_funcs.h+3
- include/verilated_std_waiver.vlt+4
- include/verilated_types.h-52
- nodist/clang_check_attributes+8-1
- nodist/dot_importer+3-2
- nodist/fuzzer/actual_fail+11-10
- nodist/install_test+15-6
- nodist/lint_py_test_filter+2-1
- nodist/log_changes+3-2
- nodist/verilator_saif_diff+9-9
- src/V3Ast.h+2-1
- src/V3AstAttr.h+11-32
- src/V3AstNodeDType.h-1
- src/V3AstNodeOther.h+6-3
- src/V3AstNodes.cpp-9
- src/V3Cast.cpp+1-2
- src/V3EmitCImp.cpp-1
- src/V3LinkParse.cpp+6
- src/V3Order.cpp+36-26
- src/V3OrderGraphBuilder.cpp+1-1
- src/V3OrderInternal.h+3-3
- src/V3OrderParallel.cpp+15-25
- src/V3OrderSerial.cpp+6-16
- src/V3Param.cpp+53-4
- src/V3Sched.cpp+168-242
- src/V3Sched.h+162-41
- src/V3SchedTrigger.cpp+629-214
- src/V3SchedUtil.cpp+86-46
- src/V3VariableOrder.cpp+1-4
- src/bisonpre+25-28
- src/config_rev+1
- src/flexfix+1
- src/vlcovgen+4-3
- test_regress/Makefile+1-1
- test_regress/driver.py+32-21
- test_regress/t/t_a7_hier_block_cmake.py+1-1
- test_regress/t/t_flag_csplit_eval.py+1-1
- test_regress/t/t_flag_csplit_groups.py+1-1
- test_regress/t/t_hier_block_chained.py+2-2
- test_regress/t/t_interface_array_parameter_access.v+6-4
- test_regress/t/t_interface_localparam.v-2
- test_regress/t/t_interface_param_another_bad.out+9-9
- test_regress/t/t_interface_param_another_bad.v+10-8
- test_regress/t/t_interface_param_dependency.py+18
- test_regress/t/t_interface_param_dependency.v+300
- test_regress/t/t_interface_parameter_access.v+7
- test_regress/t/t_json_only_debugcheck.out+1.3k-1.2k
- test_regress/t/t_lint_didnotconverge_bad.out+1-1
- test_regress/t/t_opt_localize_max_size.py+1-1
- test_regress/t/t_opt_localize_max_size.v+5
- test_regress/t/t_opt_localize_max_size_1.py+1-1
- test_regress/t/t_opt_subst.py+1-1
- test_regress/t/t_pipe_exit_bad_pf.pf+1
- test_regress/t/t_pipe_filter_pf.pf+1
- test_regress/t/t_scheduling_many_clocks.py+6-1
- test_regress/t/t_scheduling_many_clocks.v+5-1
- test_regress/t/t_timing_debug1.out+834-102
- test_regress/t/t_timing_debug2.out+312-70
- test_regress/t/t_unopt_converge_initial_run_bad.out+1-1
- test_regress/t/t_unopt_converge_print_bad.out+1-1
- test_regress/t/t_unopt_converge_run_bad.out+1-1
- test_regress/t/t_uvm_todo.v+4-4
- test_regress/t/t_verilated_debug.out+12-7
- test_regress/t/t_xml_debugcheck.out+1.0k-933
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
This file was deleted.
0 commit comments