-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump verilator/master from
dcaf647
to e171463
Bumps [verilator/master](https://github.com/verilator/verilator) from `dcaf647` to `e171463`. - [Commits](verilator/verilator@dcaf647...e171463) --- updated-dependencies: - dependency-name: verilator/master dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
87627b0
commit cfe607f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule master
updated
22 files
+1 −0 | Changes | |
+15 −3 | docs/guide/warnings.rst | |
+13 −13 | include/verilated_vpi.cpp | |
+2 −1 | src/V3EmitCSyms.cpp | |
+2 −1 | src/V3Error.h | |
+1 −0 | src/V3FileLine.h | |
+11 −13 | src/V3LinkParse.cpp | |
+6 −0 | src/V3Options.cpp | |
+2 −1 | src/V3Options.h | |
+49 −48 | src/verilog.y | |
+131 −130 | test_regress/t/t_covergroup_unsup.out | |
+2 −2 | test_regress/t/t_covergroup_unsup.v | |
+17 −0 | test_regress/t/t_covergroup_unsup_ign.py | |
+4 −3 | test_regress/t/t_sequence_sexpr_unsup.out | |
+21 −2 | test_regress/t/t_vpi_const_type.cpp | |
+2 −1 | test_regress/t/t_vpi_const_type.v | |
+3 −1 | test_regress/t/t_vpi_package.cpp | |
+1 −1 | test_regress/t/t_vpi_package.py | |
+13 −8 | test_regress/t/t_vpi_package.v | |
+4 −1 | test_regress/t/t_vpi_var.cpp | |
+1 −1 | test_regress/t/t_vpi_var.v | |
+1 −1 | test_regress/t/t_vpi_var2.v |