-
Notifications
You must be signed in to change notification settings - Fork 162
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 #1861 from lnis-uofu/dependabot/submodules/yosys-0…
…200a76 Bump yosys from `8893dad` to `0200a76`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule yosys
updated
10 files
+2 −1 | .github/actions/setup-build-env/action.yml | |
+1 −1 | .github/workflows/wheels.yml | |
+1 −0 | Brewfile | |
+7 −1 | Makefile | |
+1 −1 | backends/cxxrtl/runtime/cxxrtl/cxxrtl.h | |
+35 −17 | kernel/yosys.cc | |
+14 −0 | misc/__init__.py | |
+29 −5 | setup.py | |
+20 −0 | tests/arch/ecp5/add_sub.py | |
+8 −0 | tests/cxxrtl/test_value.cc |