-
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
6f3376c
to 384c191
Bumps [third_party/yosys](https://github.com/YosysHQ/yosys) from `6f3376c` to `384c191`. - [Release notes](https://github.com/YosysHQ/yosys/releases) - [Commits](YosysHQ/yosys@6f3376c...384c191) --- updated-dependencies: - dependency-name: third_party/yosys dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
10efd31
commit 7f4a7fd
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 | |
+5 −1 | README.md | |
+4 −2 | frontends/verific/verific.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 |