-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cba7500
commit 631c0ea
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule yosys-src
updated
8 files
+5 −1 | README.md | |
+73 −14 | passes/hierarchy/keep_hierarchy.cc | |
+13 −0 | passes/techmap/techmap.cc | |
+1 −0 | techlibs/common/Makefile.inc | |
+37 −0 | techlibs/common/choices/sklansky.v | |
+6 −2 | tests/arch/common/blockrom.v | |
+15 −0 | tests/techmap/sklansky.tcl | |
+53 −0 | tests/various/keep_hierarchy.ys |