3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-22 02:57:51 +00:00

techlibs: Add cmp2softlogic.v to common

This commit is contained in:
Martin Povišer 2023-11-13 10:41:31 +01:00
parent 5691cd0958
commit f7d4a855c6
2 changed files with 118 additions and 0 deletions

View file

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