-
Notifications
You must be signed in to change notification settings - Fork 75
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 #6152 from chipsalliance/dependabot/submodules/thi…
…rd_party/tools/yosys-slang-cb63730 build(deps): bump third_party/tools/yosys-slang from `48ee67b` to `cb63730`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule yosys-slang
updated
13 files
+43 −0 | .github/workflows/build-and-test.yaml | |
+20 −2 | README.md | |
+78 −0 | src/builder.cc | |
+9 −0 | src/diag.cc | |
+2 −0 | src/diag.h | |
+3 −1 | src/memory.h | |
+183 −62 | src/slang_frontend.cc | |
+3 −2 | src/slang_frontend.h | |
+60 −0 | tests/unit/break.sv | |
+11 −0 | tests/various/formal_stmts.sv | |
+7 −0 | tests/various/formal_stmts.ys | |
+12 −7 | tests/various/intf_w_hierarchy.sv | |
+1 −1 | third_party/slang |