-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule verilator
updated
22 files
+2 −2 | .github/workflows/build.yml | |
+2 −2 | .github/workflows/coverage.yml | |
+1 −1 | .github/workflows/msbuild.yml | |
+1 −0 | Changes | |
+1 −0 | docs/CONTRIBUTORS | |
+8 −6 | docs/guide/faq.rst | |
+3 −3 | include/verilated_cov.cpp | |
+0 −10 | include/verilated_cov.h | |
+1 −0 | include/verilated_funcs.h | |
+2 −2 | src/V3LinkDot.cpp | |
+3 −1 | src/V3Premit.cpp | |
+0 −1 | src/V3SchedTiming.cpp | |
+21 −0 | test_regress/t/t_class_new_this.pl | |
+38 −0 | test_regress/t/t_class_new_this.v | |
+113 −7 | test_regress/t/t_dist_copyright.pl | |
+23 −0 | test_regress/t/t_timing_write_expr.pl | |
+27 −0 | test_regress/t/t_timing_write_expr.v | |
+36 −0 | test_regress/t/t_vl_assign_sbw.cpp | |
+24 −0 | test_regress/t/t_vl_assign_sbw.pl | |
+29 −0 | test_regress/t/t_vl_assign_sbw.v | |
+18 −0 | test_regress/t/t_while_cond_is_stmt.pl | |
+29 −0 | test_regress/t/t_while_cond_is_stmt.v |