mirror of
https://github.com/YosysHQ/yosys
synced 2026-04-30 07:43:40 +00:00
newcelltypes: init
This commit is contained in:
parent
8ea51e1479
commit
b474ce0c67
2 changed files with 436 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue