mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 19:51:23 +00:00
techmap: Split out Kogge-Stone into a separate file
This commit is contained in:
parent
c38201e15d
commit
4570d064e5
3 changed files with 55 additions and 10 deletions
|
@ -35,3 +35,4 @@ $(eval $(call add_share_file,share,techlibs/common/abc9_map.v))
|
|||
$(eval $(call add_share_file,share,techlibs/common/abc9_unmap.v))
|
||||
$(eval $(call add_share_file,share,techlibs/common/cmp2lcu.v))
|
||||
$(eval $(call add_share_file,share,techlibs/common/cmp2softlogic.v))
|
||||
$(eval $(call add_share_file,share/choices,techlibs/common/choices/kogge-stone.v))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue