-
Notifications
You must be signed in to change notification settings - Fork 75
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/tools/yosys from
98b4aff
to 384c191
Bumps [third_party/tools/yosys](https://github.com/YosysHQ/yosys) from `98b4aff` to `384c191`. - [Release notes](https://github.com/YosysHQ/yosys/releases) - [Commits](YosysHQ/yosys@98b4aff...384c191) --- updated-dependencies: - dependency-name: third_party/tools/yosys dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
3541f91
commit 91d212a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule yosys
updated
28 files
+4 −4 | .github/workflows/test-compile.yml | |
+1 −1 | Makefile | |
+5 −1 | README.md | |
+5 −5 | docs/source/appendix/rtlil_text.rst | |
+9 −2 | docs/source/conf.py | |
+5 −0 | frontends/rtlil/rtlil_frontend.cc | |
+1 −0 | frontends/rtlil/rtlil_frontend.h | |
+10 −0 | frontends/rtlil/rtlil_parser.y | |
+4 −2 | frontends/verific/verific.cc | |
+8 −2 | kernel/drivertools.h | |
+5 −0 | kernel/rtlil.h | |
+3 −1 | passes/hierarchy/hierarchy.cc | |
+73 −14 | passes/hierarchy/keep_hierarchy.cc | |
+4 −4 | passes/techmap/clockgate.cc | |
+5 −5 | passes/techmap/dfflibmap.cc | |
+13 −0 | passes/techmap/techmap.cc | |
+2 −0 | techlibs/common/Makefile.inc | |
+59 −0 | techlibs/common/choices/han-carlson.v | |
+37 −0 | techlibs/common/choices/sklansky.v | |
+6 −2 | tests/arch/common/blockrom.v | |
+18 −1 | tests/gen-tests-makefile.sh | |
+15 −0 | tests/techmap/han-carlson.tcl | |
+15 −0 | tests/techmap/kogge-stone.tcl | |
+0 −1 | tests/techmap/kogge-stone.ys | |
+13 −0 | tests/techmap/lcu_refined.v | |
+1 −1 | tests/techmap/run-test.sh | |
+15 −0 | tests/techmap/sklansky.tcl | |
+53 −0 | tests/various/keep_hierarchy.ys |