aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..e595d9c
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+project = project
+vendor = xilinx
+family = spartan3s
+part = xc3s1000-4ft256
+top_module = project
+
+iseenvfile = /opt/Xilinx/14.3/ISE_DS/settings64.sh
+
+vfiles = ./hdl/project.v
+
+include ./contrib/xilinx.mk