-
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 `fae7f11` to `a022b67`. - [Commits](verilator/verilator@fae7f11...a022b67) --- 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
1b7171a
commit 2ce02bf
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule master
updated
21 files
+1 −0 | Changes | |
+2 −1 | docs/guide/extensions.rst | |
+4 −1 | include/verilated.cpp | |
+2 −2 | include/verilated_cov.cpp | |
+1 −1 | include/verilated_trace_imp.h | |
+1 −1 | src/V3Ast.cpp | |
+4 −4 | src/V3Const.cpp | |
+18 −18 | src/V3Dfg.cpp | |
+1 −1 | src/V3FileLine.cpp | |
+1 −1 | src/V3Graph.cpp | |
+23 −23 | src/V3Options.cpp | |
+2 −2 | src/V3Os.cpp | |
+2 −2 | src/V3PreProc.cpp | |
+2 −2 | src/V3WidthCommit.cpp | |
+1 −1 | src/VlcBucket.h | |
+3 −3 | src/VlcMain.cpp | |
+433 −0 | test_regress/t/t_math_pow.out | |
+24 −0 | test_regress/t/t_math_pow.pl | |
+316 −64 | test_regress/t/t_math_pow.v | |
+1 −1 | test_regress/t/t_math_pow3.v | |
+1 −1 | test_regress/t/t_math_pow6.v |