-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a0bcb23
commit 3bff420
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule yosys-src
updated
10 files
+1 −0 | .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 |