aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/greenpak4/Makefile.inc
diff options
context:
space:
mode:
authorAndrew Zonenberg <azonenberg@drawersteak.com>2016-05-03 22:53:29 -0700
committerAndrew Zonenberg <azonenberg@drawersteak.com>2016-05-03 22:53:29 -0700
commitdcee3256d59907c474542e0dfd24df7c047e6f50 (patch)
tree1857cc6054324bd3e6b96694fb0d8f3d41142931 /techlibs/greenpak4/Makefile.inc
parent66095153fd6110dbe84552175d4919f4f5fd75fc (diff)
downloadyosys-dcee3256d59907c474542e0dfd24df7c047e6f50.tar.gz
yosys-dcee3256d59907c474542e0dfd24df7c047e6f50.tar.bz2
yosys-dcee3256d59907c474542e0dfd24df7c047e6f50.zip
Added tri-state I/O extraction for GreenPak
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 969b7c80d..4e8e9415c 100644
--- a/techlibs/greenpak4/Makefile.inc
+++ b/techlibs/greenpak4/Makefile.inc
@@ -2,6 +2,7 @@
OBJS += techlibs/greenpak4/synth_greenpak4.o
OBJS += techlibs/greenpak4/greenpak4_counters.o
+$(eval $(call add_share_file,share/greenpak4,techlibs/greenpak4/cells_extract.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))