3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-14 12:55:41 +00:00

Merge pull request #5512 from YosysHQ/emil/turbo-celltypes

celltypes: compile-time lookup tables for internal cells
This commit is contained in:
Emil J 2026-03-04 14:47:57 +00:00 committed by GitHub
commit 0d7a875675
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 945 additions and 355 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))