mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Add utility module for dealing with init attributes.
This commit is contained in:
parent
c0ad522cf6
commit
022af4f0ca
2 changed files with 147 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -585,6 +585,7 @@ $(eval $(call add_include_file,kernel/modtools.h))
|
|||
$(eval $(call add_include_file,kernel/macc.h))
|
||||
$(eval $(call add_include_file,kernel/utils.h))
|
||||
$(eval $(call add_include_file,kernel/satgen.h))
|
||||
$(eval $(call add_include_file,kernel/ffinit.h))
|
||||
$(eval $(call add_include_file,libs/ezsat/ezsat.h))
|
||||
$(eval $(call add_include_file,libs/ezsat/ezminisat.h))
|
||||
$(eval $(call add_include_file,libs/sha1/sha1.h))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue