1 file changed
+1
-1
lines changed- .github/ISSUE_TEMPLATE/bug_report.md-22
- .github/ISSUE_TEMPLATE/feature.md-18
- .github/ISSUE_TEMPLATE/issue.md+24
- .github/ISSUE_TEMPLATE/questions.md+1-1
- .github/workflows/build-test.yml+12-6
- .github/workflows/reusable-build.yml+4
- Changes+9
- bin/verilator+15-2
- ci/ci-script.bash+5-1
- configure.ac+30-2
- docs/guide/exe_verilator.rst+1-1
- docs/guide/languages.rst+3-2
- docs/guide/warnings.rst+21-2
- docs/spelling.txt+1
- src/V3Assert.cpp+3
- src/V3AssertPre.cpp+13-17
- src/V3AstNodes.cpp+8-2
- src/V3Begin.cpp+1
- src/V3Case.cpp+1
- src/V3EmitCMake.cpp+1-1
- src/V3EmitMk.cpp+1-1
- src/V3EmitMkJson.cpp+1-1
- src/V3Error.h+3-1
- src/V3Expand.cpp+7-2
- src/V3Force.cpp+2-3
- src/V3Fork.cpp+17-6
- src/V3Global.cpp+54-35
- src/V3HierBlock.cpp+15-22
- src/V3HierBlock.h+4-2
- src/V3Inline.cpp+1-1
- src/V3LinkDot.cpp+1-1
- src/V3LinkParse.cpp+6-1
- src/V3Options.cpp+10
- src/V3Options.h+1
- src/V3OrderCFuncEmitter.h+6-5
- src/V3Param.cpp+8-7
- src/V3ParseGrammar.cpp+5-2
- src/V3ParseGrammar.h+331
- src/V3Randomize.cpp+3-3
- src/V3Sched.h+6-1
- src/V3SchedVirtIface.cpp+5-3
- src/V3String.cpp+7-14
- src/V3Task.cpp+7-4
- src/V3Tristate.cpp+36-32
- src/V3Width.cpp+34-20
- src/bisonpre+7-6
- src/config_package.h.in+3
- src/verilog.y+63-371
- test_regress/driver.py+14
- test_regress/t/t_a1_first_cc.py+2
- test_regress/t/t_a2_first_sc.py+2
- test_regress/t/t_const_number_unsized_parse.py+1-1
- test_regress/t/t_covergroup_unsup.out+267-267
- test_regress/t/t_covergroup_unsup.v+9-2
- test_regress/t/t_debug_sigsegv_bad.py+2
- test_regress/t/t_dist_docs_warnings.py+111
- test_regress/t/t_dpi_argtype_bad.out+1-2
- test_regress/t/t_lint_importstar_bad.out+1-1
- test_regress/t/t_param_implicit_string.py+18
- test_regress/t/t_param_implicit_string.v+24
- test_regress/t/t_timing_func_fork.py+16
- test_regress/t/t_timing_func_fork.v+61
- test_regress/t/t_timing_func_fork_bad.out+42
- test_regress/t/t_timing_func_fork_bad.py+18
- test_regress/t/t_timing_func_fork_bad.v+50
- test_regress/t/t_var_const2.py+16
- test_regress/t/t_var_const2.v+45
- test_regress/t/t_var_const_bad.out+3-3
0 commit comments