-
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.
Bumps [verilator/master](https://github.com/verilator/verilator) from `29ad93c` to `99daa8d`. - [Commits](verilator/verilator@29ad93c...99daa8d) --- updated-dependencies: - dependency-name: verilator/master dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
3a8f9ec
commit 3c4beb0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule master
updated
28 files
+2 −0 | Changes | |
+29 −1 | src/V3AssertPre.cpp | |
+1 −1 | src/V3AstNodeDType.h | |
+12 −0 | src/V3AstNodeExpr.h | |
+10 −0 | src/V3AstNodeOther.h | |
+8 −5 | src/V3LinkParse.cpp | |
+20 −4 | src/V3Options.cpp | |
+1 −0 | src/V3Options.h | |
+1 −1 | src/V3PreProc.cpp | |
+9 −2 | src/V3String.cpp | |
+4 −2 | src/V3String.h | |
+8 −0 | src/V3Width.cpp | |
+1 −0 | src/verilog.l | |
+9 −3 | src/verilog.y | |
+5 −3 | test_regress/t/t_EXAMPLE.v | |
+3 −3 | test_regress/t/t_assert_disable_bad.v | |
+18 −0 | test_regress/t/t_assert_disable_count.py | |
+69 −0 | test_regress/t/t_assert_disable_count.v | |
+21 −47 | test_regress/t/t_assert_disable_iff.v | |
+2 −5 | test_regress/t/t_disable_iff_multi_bad.out | |
+2 −0 | test_regress/t/t_flag_libcreate_bad.out | |
+19 −0 | test_regress/t/t_flag_libcreate_bad.py | |
+2 −0 | test_regress/t/t_flag_modprefix_bad.out | |
+19 −0 | test_regress/t/t_flag_modprefix_bad.py | |
+2 −0 | test_regress/t/t_flag_prefix_bad.out | |
+17 −0 | test_regress/t/t_flag_prefix_bad.py | |
+18 −0 | test_regress/t/t_interface_notpublic.py | |
+29 −0 | test_regress/t/t_interface_notpublic.v |