aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ecp5/Makefile.inc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-07-16 16:58:14 +0200
committerGitHub <noreply@github.com>2018-07-16 16:58:14 +0200
commit3b79a2e3dc74c8eb3065f39dc2e49a794be4bd0b (patch)
tree421ca40b2014461ba05417c82a4e0a59b0e39d1f /techlibs/ecp5/Makefile.inc
parentf897af626dc8f84c79dc9274a5a5fa868018480f (diff)
parent3a3558acce25807d6ce75280cc3f43aeb52974df (diff)
downloadyosys-3b79a2e3dc74c8eb3065f39dc2e49a794be4bd0b.tar.gz
yosys-3b79a2e3dc74c8eb3065f39dc2e49a794be4bd0b.tar.bz2
yosys-3b79a2e3dc74c8eb3065f39dc2e49a794be4bd0b.zip
Merge pull request #581 from daveshah1/ecp5
Adding ECP5 synthesis target
Diffstat (limited to 'techlibs/ecp5/Makefile.inc')
-rw-r--r--techlibs/ecp5/Makefile.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/techlibs/ecp5/Makefile.inc b/techlibs/ecp5/Makefile.inc
new file mode 100644
index 000000000..9d3247347
--- /dev/null
+++ b/techlibs/ecp5/Makefile.inc
@@ -0,0 +1,8 @@
+
+OBJS += techlibs/ecp5/synth_ecp5.o
+
+$(eval $(call add_share_file,share/ecp5,techlibs/ecp5/cells_map.v))
+$(eval $(call add_share_file,share/ecp5,techlibs/ecp5/cells_sim.v))
+$(eval $(call add_share_file,share/ecp5,techlibs/ecp5/drams_map.v))
+$(eval $(call add_share_file,share/ecp5,techlibs/ecp5/dram.txt))
+$(eval $(call add_share_file,share/ecp5,techlibs/ecp5/arith_map.v))