mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Add utility module for representing flip-flops.
This commit is contained in:
parent
eae2edf3e4
commit
dafe04d559
2 changed files with 441 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/ff.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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue