aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarcelina Koƛcielnicka <mwk@0x04.net>2020-07-19 03:51:05 +0200
committerMarcelina Koƛcielnicka <mwk@0x04.net>2020-07-23 23:39:46 +0200
commitdafe04d5590412cc8a95bee31810d96a358af3dd (patch)
tree17bb2aeb2e178c037fd74c61dafb52fa72422e70 /Makefile
parenteae2edf3e45793dd5588dd7916545581e928e5dd (diff)
downloadyosys-dafe04d5590412cc8a95bee31810d96a358af3dd.tar.gz
yosys-dafe04d5590412cc8a95bee31810d96a358af3dd.tar.bz2
yosys-dafe04d5590412cc8a95bee31810d96a358af3dd.zip
Add utility module for representing flip-flops.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 90f8fee05..d6b421920 100644
--- a/Makefile
+++ b/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))