-
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.
build(deps): bump third_party/tools/yosys-slang
Bumps [third_party/tools/yosys-slang](https://github.com/povik/yosys-slang) from `1b19302` to `4f32cd9`. - [Commits](povik/yosys-slang@1b19302...4f32cd9) --- updated-dependencies: - dependency-name: third_party/tools/yosys-slang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
cbe02cf
commit d0589a9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule yosys-slang
updated
23 files
+80 −30 | .github/workflows/build-and-test.yaml | |
+1 −0 | .gitignore | |
+0 −6 | .gitmodules | |
+3 −1 | README.md | |
+1 −1 | src/abort_helpers.cc | |
+7 −4 | src/async_pattern.cc | |
+2 −1 | src/blackboxes.cc | |
+1 −1 | src/diag.cc | |
+15 −5 | src/initial_eval.cc | |
+92 −4 | src/slang_frontend.cc | |
+2 −2 | tests/croc_boot/debugger.tcl_ | |
+31 −13 | tests/croc_boot/helloworld.ihex | |
+27 −21 | tests/croc_boot/main.cc | |
+29 −5 | tests/croc_boot/prepare.ys_ | |
+3 −6 | tests/croc_boot/run.sh | |
+0 −1 | tests/third_party/croc | |
+0 −0 | tests/third_party/croc/.gitkeep | |
+0 −67 | tests/third_party/cxxrtl-work-around-issue-3549.patch | |
+0 −1 | tests/third_party/yosys | |
+44 −0 | tests/various/defaults.ys | |
+6 −6 | tests/various/intf_w_hierarchy.ys | |
+18 −0 | tests/various/stringattrs.ys | |
+1 −1 | third_party/slang |