aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/greenpak4/Makefile.inc
diff options
context:
space:
mode:
authorAndrew Zonenberg <azonenberg@drawersteak.com>2016-12-10 18:46:36 +0800
committerAndrew Zonenberg <azonenberg@drawersteak.com>2016-12-10 18:46:36 +0800
commitc53a33143efc0ba2ee38fdb9f2ab8a4f16bde4b8 (patch)
tree6955ab8158a55f087760f141f7307676cee31687 /techlibs/greenpak4/Makefile.inc
parent797c03997e2e87416d7486197b079b6c273e2fa6 (diff)
downloadyosys-c53a33143efc0ba2ee38fdb9f2ab8a4f16bde4b8.tar.gz
yosys-c53a33143efc0ba2ee38fdb9f2ab8a4f16bde4b8.tar.bz2
yosys-c53a33143efc0ba2ee38fdb9f2ab8a4f16bde4b8.zip
greenpak4: Can now techmap inferred D latches (without set/reset or output inverter)
Diffstat (limited to 'techlibs/greenpak4/Makefile.inc')
-rw-r--r--techlibs/greenpak4/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/greenpak4/Makefile.inc b/techlibs/greenpak4/Makefile.inc
index 1c9871e2f..7482af6c6 100644
--- a/techlibs/greenpak4/Makefile.inc
+++ b/techlibs/greenpak4/Makefile.inc
@@ -3,6 +3,7 @@ OBJS += techlibs/greenpak4/synth_greenpak4.o
OBJS += techlibs/greenpak4/greenpak4_counters.o
OBJS += techlibs/greenpak4/greenpak4_dffinv.o
+$(eval $(call add_share_file,share/greenpak4,techlibs/greenpak4/cells_latch.v))
$(eval $(call add_share_file,share/greenpak4,techlibs/greenpak4/cells_map.v))
$(eval $(call add_share_file,share/greenpak4,techlibs/greenpak4/cells_sim.v))
$(eval $(call add_share_file,share/greenpak4,techlibs/greenpak4/gp_dff.lib))