-
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 `4954e76` to `0507fb4`. - [Commits](verilator/verilator@4954e76...0507fb4) --- updated-dependencies: - dependency-name: verilator/master dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
261b28f
commit ee5e666
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule master
updated
15 files
+7 −0 | docs/guide/exe_verilator.rst | |
+4 −3 | src/V3AstNodeOther.h | |
+25 −1 | src/V3Config.cpp | |
+4 −0 | src/V3Config.h | |
+27 −13 | src/V3Delayed.cpp | |
+5 −3 | src/V3ExecGraph.cpp | |
+5 −1 | src/V3OrderParallel.cpp | |
+30 −0 | src/V3ProtectLib.cpp | |
+14 −1 | src/V3Task.cpp | |
+1 −0 | src/verilog.l | |
+7 −0 | src/verilog.y | |
+16 −0 | test_regress/t/t_exprstmt_on_lhs_of_nba.py | |
+104 −0 | test_regress/t/t_exprstmt_on_lhs_of_nba.v | |
+40 −0 | test_regress/t/t_hier_block_perf.py | |
+314 −0 | test_regress/t/t_hier_block_perf.v |