-
Notifications
You must be signed in to change notification settings - Fork 153
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/yosys from
7d30f71
to 6f1ca68
Bumps [third_party/yosys](https://github.com/YosysHQ/yosys) from `7d30f71` to `6f1ca68`. - [Release notes](https://github.com/YosysHQ/yosys/releases) - [Commits](YosysHQ/yosys@7d30f71...6f1ca68) --- updated-dependencies: - dependency-name: third_party/yosys dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
b9ed4b9
commit f65e2a6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule yosys
updated
19 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 | |
+13 −14 | passes/cmds/scc.cc | |
+11 −5 | passes/opt/opt_expr.cc | |
+1 −1 | passes/opt/share.cc | |
+2 −1 | passes/pmgen/Makefile.inc | |
+1 −1 | passes/pmgen/README.md | |
+13 −58 | passes/pmgen/peepopt.cc | |
+0 −92 | passes/pmgen/peepopt_shiftmul.pmg | |
+160 −0 | passes/pmgen/peepopt_shiftmul_left.pmg | |
+113 −0 | passes/pmgen/peepopt_shiftmul_right.pmg | |
+6 −2 | passes/sat/sim.cc | |
+1 −1 | passes/techmap/flatten.cc | |
+17 −4 | tests/arch/quicklogic/dffs.ys |