aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/coolrunner2/Makefile.inc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-07-03 19:33:36 +0200
committerGitHub <noreply@github.com>2017-07-03 19:33:36 +0200
commit6afee022ade911d211b64109ebaca63b96770943 (patch)
tree0b49ee84a6523009a5707c570dd2b55beb81c2b0 /techlibs/coolrunner2/Makefile.inc
parent3f863c607a94d878ebe36642a645207ba46522de (diff)
parentb102c0e2544d3bba8f8982db9dfb4974a0170368 (diff)
downloadyosys-6afee022ade911d211b64109ebaca63b96770943.tar.gz
yosys-6afee022ade911d211b64109ebaca63b96770943.tar.bz2
yosys-6afee022ade911d211b64109ebaca63b96770943.zip
Merge pull request #352 from rqou/master
Initial Coolrunner-II support
Diffstat (limited to 'techlibs/coolrunner2/Makefile.inc')
-rw-r--r--techlibs/coolrunner2/Makefile.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/techlibs/coolrunner2/Makefile.inc b/techlibs/coolrunner2/Makefile.inc
new file mode 100644
index 000000000..96bbb0f47
--- /dev/null
+++ b/techlibs/coolrunner2/Makefile.inc
@@ -0,0 +1,7 @@
+
+OBJS += techlibs/coolrunner2/synth_coolrunner2.o
+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/xc2_dff.lib))