3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-08 18:11:00 +00:00

newcelltypes: init

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

View file

@ -613,6 +613,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))