diff options
| author | Marcelina KoĆcielnicka <mwk@0x04.net> | 2020-07-19 03:51:05 +0200 |
|---|---|---|
| committer | Marcelina KoĆcielnicka <mwk@0x04.net> | 2020-07-23 23:39:46 +0200 |
| commit | dafe04d5590412cc8a95bee31810d96a358af3dd (patch) | |
| tree | 17bb2aeb2e178c037fd74c61dafb52fa72422e70 /Makefile | |
| parent | eae2edf3e45793dd5588dd7916545581e928e5dd (diff) | |
| download | yosys-dafe04d5590412cc8a95bee31810d96a358af3dd.tar.gz yosys-dafe04d5590412cc8a95bee31810d96a358af3dd.tar.bz2 yosys-dafe04d5590412cc8a95bee31810d96a358af3dd.zip | |
Add utility module for representing flip-flops.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) |
