3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-17 08:42:16 +00:00

Added cells.lib

This commit is contained in:
Clifford Wolf 2015-01-16 15:50:42 +01:00
parent dff8bd3b2a
commit 3ed4e34380
2 changed files with 109 additions and 0 deletions

View file

@ -15,4 +15,5 @@ $(eval $(call add_share_file,share,techlibs/common/techmap.v))
$(eval $(call add_share_file,share,techlibs/common/blackbox.v))
$(eval $(call add_share_file,share,techlibs/common/pmux2mux.v))
$(eval $(call add_share_file,share,techlibs/common/adff2dff.v))
$(eval $(call add_share_file,share,techlibs/common/cells.lib))