-
Notifications
You must be signed in to change notification settings - Fork 5
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 #331 from byuccl/dependabot/submodules/third_party…
…/yosys-672375e Bump third_party/yosys from `a2f59cf` to `672375e`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule yosys
updated
12 files
+1 −1 | Makefile | |
+40 −8 | backends/cxxrtl/cxxrtl.h | |
+59 −32 | backends/cxxrtl/cxxrtl_backend.cc | |
+43 −0 | backends/cxxrtl/cxxrtl_capi.cc | |
+65 −0 | backends/cxxrtl/cxxrtl_capi.h | |
+87 −43 | kernel/utils.h | |
+1 −1 | passes/cmds/glift.cc | |
+11 −5 | passes/opt/opt_expr.cc | |
+1 −1 | passes/opt/share.cc | |
+6 −2 | passes/sat/sim.cc | |
+1 −1 | passes/techmap/flatten.cc | |
+17 −4 | tests/arch/quicklogic/dffs.ys |