3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-22 11:07:52 +00:00

techmap: add a Han-Carlson option for $lcu mapping

This commit is contained in:
Emil J. Tywoniak 2024-11-28 15:13:51 +01:00
parent 98b4affc4a
commit 6c78bd3637
2 changed files with 58 additions and 0 deletions

View file

@ -36,3 +36,4 @@ $(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))
$(eval $(call add_share_file,share/choices,techlibs/common/choices/han-carlson.v))