-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump third_party/tools/verilator
Bumps [third_party/tools/verilator](https://github.com/verilator/verilator) from `0d67caf` to `10c1653`. - [Commits](verilator/verilator@0d67caf...10c1653) --- updated-dependencies: - dependency-name: third_party/tools/verilator dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
bae8990
commit a30302a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule verilator
updated
19 files
+2 −0 | Changes | |
+5 −1 | docs/guide/warnings.rst | |
+37 −22 | src/V3LinkDot.cpp | |
+11 −0 | src/V3LinkParse.cpp | |
+3 −1 | src/V3Timing.cpp | |
+11 −8 | src/V3Width.cpp | |
+6 −6 | src/Verilator.cpp | |
+1 −1 | test_regress/t/t_class_param_enum_bad.out | |
+21 −0 | test_regress/t/t_class_param_extends3.pl | |
+63 −0 | test_regress/t/t_class_param_extends3.v | |
+2 −0 | test_regress/t/t_func_complex.v | |
+1 −1 | test_regress/t/t_func_refio_bad.out | |
+0 −3 | test_regress/t/t_lint_wait_bad.out | |
+31 −0 | test_regress/t/t_queue_persistence.pl | |
+43 −0 | test_regress/t/t_queue_persistence.v | |
+31 −0 | test_regress/t/t_queue_persistence_noinl.pl | |
+1 −1 | test_regress/t/t_timing_wait1.v | |
+3 −1 | test_regress/t/t_uvm_all.pl | |
+1 −1 | test_regress/t/t_var_ref_bad2.out |