-
Notifications
You must be signed in to change notification settings - Fork 23
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
b89bd02
to 98b4aff
Bumps [third_party/yosys](https://github.com/YosysHQ/yosys) from `b89bd02` to `98b4aff`. - [Release notes](https://github.com/YosysHQ/yosys/releases) - [Commits](YosysHQ/yosys@b89bd02...98b4aff) --- updated-dependencies: - dependency-name: third_party/yosys dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
84ab47c
commit 1a9f161
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule yosys
updated
18 files
+1 −1 | Makefile | |
+1 −6 | frontends/verific/verific.cc | |
+1 −1 | libs/ezsat/demo_cmp.cc | |
+1 −1 | libs/ezsat/demo_vec.cc | |
+18 −3 | misc/py_wrap_generator.py | |
+4 −0 | passes/opt/opt_demorgan.cc | |
+3 −0 | passes/opt/opt_reduce.cc | |
+5 −0 | passes/pmgen/peepopt_shiftadd.pmg | |
+2 −2 | passes/proc/proc_dff.cc | |
+196 −4 | passes/techmap/clockgate.cc | |
+2 −0 | techlibs/gowin/cells_xtra.py | |
+4,415 −112 | techlibs/gowin/cells_xtra.v | |
+15 −0 | tests/opt/bug4610.ys | |
+14 −0 | tests/opt/opt_reduce_andor.ys | |
+31 −0 | tests/proc/bug4712.ys | |
+107 −0 | tests/techmap/clockgate.lib | |
+55 −4 | tests/techmap/clockgate.ys | |
+24 −0 | tests/verific/blackbox.ys |