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:
commit
0d7a875675
30 changed files with 945 additions and 355 deletions
1
Makefile
1
Makefile
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue