3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-04-30 07:43:40 +00:00

newcelltypes: init

This commit is contained in:
Emil J. Tywoniak 2025-11-25 15:06:36 +01:00
parent 8ea51e1479
commit b474ce0c67
2 changed files with 436 additions and 0 deletions

View file

@ -603,6 +603,7 @@ $(eval $(call add_include_file,kernel/bitpattern.h))
$(eval $(call add_include_file,kernel/cellaigs.h))
$(eval $(call add_include_file,kernel/celledges.h))
$(eval $(call add_include_file,kernel/celltypes.h))
$(eval $(call add_include_file,kernel/newcelltypes.h))
$(eval $(call add_include_file,kernel/consteval.h))
$(eval $(call add_include_file,kernel/constids.inc))
$(eval $(call add_include_file,kernel/cost.h))