forked from chipsalliance/yosys-f4pga-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request chipsalliance#368 from antmicro/dependabot/submodu…
…les/sv2v-eb42042 Bump sv2v from `2e43dfe` to `eb42042`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sv2v
updated
9 files
+1 −0 | CHANGELOG.md | |
+4 −2 | src/Convert/Package.hs | |
+3 −0 | src/Convert/RemoveComments.hs | |
+8 −0 | src/Convert/Scoper.hs | |
+8 −0 | src/Convert/Traverse.hs | |
+42 −1 | src/Language/SystemVerilog/AST/Description.hs | |
+2 −0 | src/Language/SystemVerilog/AST/Type.hs | |
+31 −0 | src/Language/SystemVerilog/Parser/Parse.y | |
+38 −0 | test/nosim/dpi.sv |