-
Notifications
You must be signed in to change notification settings - Fork 152
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
4b3c03d
to f04b899
Bumps [third_party/yosys](https://github.com/YosysHQ/yosys) from `4b3c03d` to `f04b899`. - [Release notes](https://github.com/YosysHQ/yosys/releases) - [Commits](YosysHQ/yosys@4b3c03d...f04b899) --- updated-dependencies: - dependency-name: third_party/yosys dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
ce1963f
commit eeb7e7e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule yosys
updated
20 files
+4 −4 | .github/workflows/test-compile.yml | |
+1 −1 | Makefile | |
+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 | |
+1 −6 | frontends/verific/verific.cc | |
+8 −2 | kernel/drivertools.h | |
+5 −0 | kernel/rtlil.h | |
+3 −1 | passes/hierarchy/hierarchy.cc | |
+1 −0 | techlibs/common/Makefile.inc | |
+57 −0 | techlibs/common/choices/han-carlson.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 | |
+24 −0 | tests/verific/blackbox.ys |