aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/coolrunner2/Makefile.inc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-03-31 13:31:01 +0200
committerGitHub <noreply@github.com>2018-03-31 13:31:01 +0200
commit7ea8833676d8b388a57be2d0c1c7a6b1e450226a (patch)
tree14569db0d55a8adfb3b47853f88395613b3a8222 /techlibs/coolrunner2/Makefile.inc
parentdd5fab69c135135fa46b6325a39c184a2ddc6156 (diff)
parent14e49fb05737cfb02217b2aaf14d9f5d9e1859da (diff)
downloadyosys-7ea8833676d8b388a57be2d0c1c7a6b1e450226a.tar.gz
yosys-7ea8833676d8b388a57be2d0c1c7a6b1e450226a.tar.bz2
yosys-7ea8833676d8b388a57be2d0c1c7a6b1e450226a.zip
Merge pull request #521 from azonenberg/for_clifford
coolrunner2: Improve optimization for TFF/counters
Diffstat (limited to 'techlibs/coolrunner2/Makefile.inc')
-rw-r--r--techlibs/coolrunner2/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/coolrunner2/Makefile.inc b/techlibs/coolrunner2/Makefile.inc
index 96bbb0f47..d62c9960c 100644
--- a/techlibs/coolrunner2/Makefile.inc
+++ b/techlibs/coolrunner2/Makefile.inc
@@ -4,4 +4,5 @@ OBJS += techlibs/coolrunner2/coolrunner2_sop.o
$(eval $(call add_share_file,share/coolrunner2,techlibs/coolrunner2/cells_latch.v))
$(eval $(call add_share_file,share/coolrunner2,techlibs/coolrunner2/cells_sim.v))
+$(eval $(call add_share_file,share/coolrunner2,techlibs/coolrunner2/tff_extract.v))
$(eval $(call add_share_file,share/coolrunner2,techlibs/coolrunner2/xc2_dff.lib))