-
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
5a65d27
to 6c61a9a
Bumps [verilator/master](https://github.com/verilator/verilator) from `5a65d27` to `6c61a9a`. - [Commits](verilator/verilator@5a65d27...6c61a9a) --- updated-dependencies: - dependency-name: verilator/master dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
5dcfa26
commit d191025
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule master
updated
23 files
+61 −27 | CMakeLists.txt | |
+3 −0 | Changes | |
+14 −0 | Makefile.in | |
+7 −3 | examples/cmake_hello_c/CMakeLists.txt | |
+8 −7 | examples/cmake_hello_sc/CMakeLists.txt | |
+9 −4 | examples/cmake_protect_lib/CMakeLists.txt | |
+7 −3 | examples/cmake_tracing_c/CMakeLists.txt | |
+8 −7 | examples/cmake_tracing_sc/CMakeLists.txt | |
+118 −69 | src/CMakeLists.txt | |
+2 −1 | src/V3AstNodeExpr.h | |
+9 −0 | src/V3AstNodes.cpp | |
+2 −1 | src/V3ParseImp.cpp | |
+14 −6 | src/verilog.y | |
+70 −39 | test_regress/CMakeLists.txt | |
+6 −3 | test_regress/t/t_a7_hier_block_cmake.py | |
+18 −0 | test_regress/t/t_math_shortcircuit_assocsel.py | |
+32 −0 | test_regress/t/t_math_shortcircuit_assocsel.v | |
+18 −0 | test_regress/t/t_math_shortcircuit_dynsel.py | |
+32 −0 | test_regress/t/t_math_shortcircuit_dynsel.v | |
+1 −1 | test_regress/t/t_preproc_inc_bad.out | |
+1 −1 | test_regress/t/t_vams_kwd_bad.out | |
+5 −5 | verilator-config-version.cmake.in | |
+505 −345 | verilator-config.cmake.in |